[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH] xen/keyhandler: Restore missing parenthesis in dump_domains()
This was accidentially dropped in c/s 889b200cb52 "Change timestamps representation for keyhandlers". Signed-off-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> --- CC: Jan Beulich <JBeulich@xxxxxxxx> CC: Wei Liu <wei.liu2@xxxxxxxxxx> CC: Stefano Stabellini <sstabellini@xxxxxxxxxx> CC: Julien Grall <julien.grall@xxxxxxx> CC: George Dunlap <george.dunlap@xxxxxxxxxxxxx> CC: Andrii Anisov <andrii_anisov@xxxxxxxx> --- xen/common/keyhandler.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xen/common/keyhandler.c b/xen/common/keyhandler.c index 60bbeeb..9495601 100644 --- a/xen/common/keyhandler.c +++ b/xen/common/keyhandler.c @@ -286,8 +286,8 @@ static void dump_domains(unsigned char key) s_time_t now = NOW(); #define tmpstr keyhandler_scratch - printk("'%c' pressed -> dumping domain info (now = %"PRI_stime"\n", key, - now); + printk("'%c' pressed -> dumping domain info (now = %"PRI_stime")\n", + key, now); rcu_read_lock(&domlist_read_lock); -- 2.1.4 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |