[gnome-packagekit] trivial: do not abort the dbus service if we don't get a PkClientError code response
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-packagekit] trivial: do not abort the dbus service if we don't get a PkClientError code response
- Date: Fri, 18 Jun 2010 15:13:08 +0000 (UTC)
commit f914f1a067208d89c3cc960fd50c3926e2887739
Author: Richard Hughes <richard hughsie com>
Date: Fri Jun 18 16:04:04 2010 +0100
trivial: do not abort the dbus service if we don't get a PkClientError code response
src/gpk-dbus-task.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gpk-dbus-task.c b/src/gpk-dbus-task.c
index 2aed0d7..4576d01 100644
--- a/src/gpk-dbus-task.c
+++ b/src/gpk-dbus-task.c
@@ -402,7 +402,7 @@ gpk_dbus_task_get_code_from_gerror (const GError *error)
gint code = GPK_DBUS_ERROR_INTERNAL_ERROR;
if (error->domain != PK_CLIENT_ERROR) {
- egg_error ("Not a PkError error code");
+ egg_warning ("Not a PkClientError error code");
goto out;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]