[gnome-photos] dlna-renderer: Use g_warning for reporting failure
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-photos] dlna-renderer: Use g_warning for reporting failure
- Date: Mon, 16 Feb 2015 08:29:46 +0000 (UTC)
commit 3153c183d47e527ed98e47fae45cd23a3cce723a
Author: Pranav Kant <pranav913 gmail com>
Date: Sun Feb 15 15:28:05 2015 +0530
dlna-renderer: Use g_warning for reporting failure
https://bugzilla.gnome.org/show_bug.cgi?id=744305
src/photos-dlna-renderer.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/photos-dlna-renderer.c b/src/photos-dlna-renderer.c
index c428060..0a97e2c 100644
--- a/src/photos-dlna-renderer.c
+++ b/src/photos-dlna-renderer.c
@@ -64,7 +64,7 @@ G_DEFINE_TYPE_WITH_CODE (PhotosDlnaRenderer, photos_dlna_renderer, G_TYPE_OBJECT
G_STMT_START { \
if (error != NULL) \
{ \
- g_debug ("%s: %s: %s", G_STRFUNC, msg, error->message); \
+ g_warning ("%s: %s: %s", G_STRFUNC, msg, error->message); \
g_task_return_error (task, error); \
g_object_unref (task); \
return; \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]