[recipes] Cosmetic changes
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [recipes] Cosmetic changes
- Date: Sun, 12 Nov 2017 00:53:37 +0000 (UTC)
commit e07f372e2f31a727b29bc184585dacd7aa9c5577
Author: Matthias Clasen <mclasen redhat com>
Date: Sat Nov 11 19:13:48 2017 -0500
Cosmetic changes
Replace a g_print by a g_debug.
src/gr-utils.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gr-utils.c b/src/gr-utils.c
index 8c85b88..8f14552 100644
--- a/src/gr-utils.c
+++ b/src/gr-utils.c
@@ -631,7 +631,7 @@ remove_image (const char *path)
g_remove (path);
}
else {
- g_print ("Not removing image %s", path);
+ g_debug ("Not removing image %s", path);
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]