139efe7 libxl: Create log directory earlier

2 files Authored by Stefan Bader 10 years ago, Committed by ericb 10 years ago,
    libxl: Create log directory earlier
    
    Commit d9f19c30d054c86b15a304f4118baa4fa75af9d2 moved a lot of the
    configuration setup into libxlDriverConfigNew().
    However that tries to create the libxl/libxl-driver.log before the
    libxl directory gets created in libxlStateInitialize().
    
    This causes the daemon to fail on systems that have not had the directory
    created before.
    
    Move the code to create the libxl directory into libxlDriverConfigNew().
    
    Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
    
        
file modified
+8 -0
file modified
+0 -7