]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/xen.git/commitdiff
timer-op: demote a debugging message to really be debugging only
authorJan Beulich <jbeulich@suse.com>
Tue, 3 Nov 2015 17:11:15 +0000 (18:11 +0100)
committerJan Beulich <jbeulich@suse.com>
Tue, 3 Nov 2015 17:11:15 +0000 (18:11 +0100)
The issue the message points out may have been of relevance during the
early days, but shouldn't anymore.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
xen/common/schedule.c

index c5f640fd737109e9b74d475807c3c3fe2d59485d..292e9a07ed11943e4856286b0c04dfddff312566 100644 (file)
@@ -1118,8 +1118,8 @@ long do_set_timer_op(s_time_t timeout)
          * timeout in this case can burn a lot of CPU. We therefore go for a
          * reasonable middleground of triggering a timer event in 100ms.
          */
-        gprintk(XENLOG_INFO, "Warning: huge timeout set: %"PRIx64"\n",
-                (uint64_t)timeout);
+        gdprintk(XENLOG_INFO, "Warning: huge timeout set: %"PRIx64"\n",
+                 timeout);
         set_timer(&v->singleshot_timer, NOW() + MILLISECS(100));
     }
     else