[gnome-software/wip/temp/ubuntu-xenial-rebased-corrected: 316/331] Print snapd response when enabled
- From: William Hua <williamhua src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software/wip/temp/ubuntu-xenial-rebased-corrected: 316/331] Print snapd response when enabled
- Date: Wed, 4 May 2016 14:25:06 +0000 (UTC)
commit e3f96650a6ab85c0a147ebadee9ba66ad38de44c
Author: William Hua <william hua canonical com>
Date: Tue Apr 26 12:31:11 2016 +0200
Print snapd response when enabled
src/plugins/gs-ubuntu-snapd.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/plugins/gs-ubuntu-snapd.c b/src/plugins/gs-ubuntu-snapd.c
index c80d87c..32fb2bc 100644
--- a/src/plugins/gs-ubuntu-snapd.c
+++ b/src/plugins/gs-ubuntu-snapd.c
@@ -268,7 +268,7 @@ send_snapd_request (const gchar *method,
(*response)[chunk_length + 1] = '\0';
if (g_strcmp0 (g_getenv ("GNOME_SOFTWARE_SNAPPY"), "debug") == 0)
- g_info ("===== begin snapd response =====\nStatus %u\n%s\n===== end snapd response
=====\n", code, *response);
+ g_print ("===== begin snapd response =====\nStatus %u\n%s\n===== end snapd response
=====\n", code, *response);
}
if (response_length)
*response_length = chunk_length;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]