From: Ian Campbell Date: Mon, 23 Jul 2012 12:09:37 +0000 (+0100) Subject: xl: remove stray timer mode debug print X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~8178 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=c8e1f2f26584d4ef2767fa82fb54dc2c98bc6813;p=xen.git xl: remove stray timer mode debug print Reported-by: Andre Przywara Signed-off-by: Ian Campbell Acked-by: Ian Jackson Committed-by: Ian Campbell --- diff --git a/tools/libxl/xl_cmdimpl.c b/tools/libxl/xl_cmdimpl.c index e2aa8592bc..84909fff1d 100644 --- a/tools/libxl/xl_cmdimpl.c +++ b/tools/libxl/xl_cmdimpl.c @@ -836,7 +836,6 @@ static void parse_config_data(const char *config_source, } b_info->u.hvm.timer_mode = l; } else if (!xlu_cfg_get_string(config, "timer_mode", &buf, 0)) { - fprintf(stderr, "got a timer mode string: \"%s\"\n", buf); if (libxl_timer_mode_from_string(buf, &b_info->u.hvm.timer_mode)) { fprintf(stderr, "ERROR: invalid value \"%s\" for \"timer_mode\"\n", buf);