[gnome-packagekit] trivial: make a few warnings into debugging calls
- From: Richard Hughes <rhughes src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnome-packagekit] trivial: make a few warnings into debugging calls
- Date: Wed, 3 Feb 2010 15:02:44 +0000 (UTC)
commit 0e945a98fe0cbc3df12c6f1af2b8bda3df3e3089
Author: Richard Hughes <richard hughsie com>
Date: Wed Feb 3 15:00:34 2010 +0000
trivial: make a few warnings into debugging calls
src/gpk-watch.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/gpk-watch.c b/src/gpk-watch.c
index 690991f..7ab51c7 100644
--- a/src/gpk-watch.c
+++ b/src/gpk-watch.c
@@ -1450,7 +1450,7 @@ gpk_watch_process_require_restart_cb (PkRequireRestart *item, GpkWatch *watch)
}
/* add to list */
- egg_warning ("adding %s to restart list", split[PK_PACKAGE_ID_NAME]);
+ egg_debug ("adding %s to restart list", split[PK_PACKAGE_ID_NAME]);
g_ptr_array_add (names, g_strdup (split[PK_PACKAGE_ID_NAME]));
out:
g_free (package_id);
@@ -1499,7 +1499,7 @@ gpk_watch_adopt_cb (PkClient *client, GAsyncResult *res, GpkWatch *watch)
"elapsed-time", &elapsed_time,
NULL);
- egg_warning ("%s finished (%s)", transaction_id, pk_role_enum_to_text (role));
+ egg_debug ("%s finished (%s)", transaction_id, pk_role_enum_to_text (role));
/* get the error */
error_code = pk_results_get_error_code (results);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]