From 29368e524fc8749678712650be093bd847d61e01 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Fri, 6 Jun 2008 16:17:44 +0100 Subject: [PATCH] trivial: don't print how long each task took in pkcon, that's a debugging thing --- client/pk-console.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/pk-console.c b/client/pk-console.c index 4e7280e95..9581dce27 100644 --- a/client/pk-console.c +++ b/client/pk-console.c @@ -416,7 +416,7 @@ pk_console_finished_cb (PkClient *client, PkExitEnum exit, guint runtime, gpoint if (awaiting_space) { g_print ("\n"); } - g_print ("%s runtime was %.1f seconds\n", role_text, time); + pk_debug ("%s runtime was %.1f seconds", role_text, time); /* is there any restart to notify the user? */ restart = pk_client_get_require_restart (client);