提交 bcf1349b 编写于 作者: A Anthony PERARD 提交者: Jim Fehlig

libxl: Add timestamp to the libxl driver log.

Signed-off-by: NAnthony PERARD <anthony.perard@citrix.com>
上级 798461a1
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册