[folks] Downgrade UID-as-alias warning to just a message
- From: Travis Reitter <treitter src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [folks] Downgrade UID-as-alias warning to just a message
- Date: Tue, 3 Aug 2010 21:21:43 +0000 (UTC)
commit 98187cc4f344c498633e71a8ec7b4e93dd120615
Author: Philip Withnall <philip withnall collabora co uk>
Date: Tue Jul 20 13:37:07 2010 +0100
Downgrade UID-as-alias warning to just a message
It's routinely triggered by the key-file backend, and doesn't need to
be a warning anyway.
folks/individual.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/folks/individual.vala b/folks/individual.vala
index ed073cf..d28b741 100644
--- a/folks/individual.vala
+++ b/folks/individual.vala
@@ -514,7 +514,7 @@ public class Folks.Individual : Object,
/* We have to pick a UID, since none of the personas have an alias
* available. Pick the UID from the first persona in the list. */
alias = this._personas.data.uid;
- warning ("No aliases available for individual; using UID instead: %s",
+ message ("No aliases available for individual; using UID instead: %s",
alias);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]