mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-06 20:00:05 +00:00
libxl: Add timestamp to the libxl driver log.
Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
This commit is contained in:
parent
798461a1a3
commit
bcf1349bb1
@ -1541,7 +1541,7 @@ libxlDriverConfigNew(void)
|
||||
|
||||
cfg->logger =
|
||||
(xentoollog_logger *)xtl_createlogger_stdiostream(cfg->logger_file,
|
||||
XTL_DEBUG, 0);
|
||||
XTL_DEBUG, XTL_STDIOSTREAM_SHOW_DATE);
|
||||
if (!cfg->logger) {
|
||||
VIR_ERROR(_("cannot create logger for libxenlight, disabling driver"));
|
||||
goto error;
|
||||
|
Loading…
x
Reference in New Issue
Block a user