[folks] Change a message() to a debug()
- From: Travis Reitter <treitter src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [folks] Change a message() to a debug()
- Date: Thu, 29 Jul 2010 09:42:45 +0000 (UTC)
commit 496170b77bef2608ba6ecf409241b75c728dc8b9
Author: Philip Withnall <philip withnall collabora co uk>
Date: Wed Jul 21 11:27:03 2010 +0100
Change a message() to a debug()
folks/backend-store.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/folks/backend-store.vala b/folks/backend-store.vala
index f253dfa..023c8a9 100644
--- a/folks/backend-store.vala
+++ b/folks/backend-store.vala
@@ -102,7 +102,7 @@ public class Folks.BackendStore : Object {
*/
public void add_backend (Backend backend)
{
- message ("New backend '%s' available", backend.name);
+ debug ("New backend '%s' available", backend.name);
this.backend_hash.set (backend.name, backend);
this.backend_available (backend);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]