[folks] telepathy: Remove extraneous whitespace from a warning string



commit fe63d6987200a1d0c45b37a4614ffada218e1ce9
Author: Philip Withnall <philip tecnocode co uk>
Date:   Sun Apr 22 00:35:56 2012 +0100

    telepathy: Remove extraneous whitespace from a warning string

 backends/telepathy/lib/tpf-persona-store.vala |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/backends/telepathy/lib/tpf-persona-store.vala b/backends/telepathy/lib/tpf-persona-store.vala
index d43b1ac..998dc90 100644
--- a/backends/telepathy/lib/tpf-persona-store.vala
+++ b/backends/telepathy/lib/tpf-persona-store.vala
@@ -673,8 +673,8 @@ public class Tpf.PersonaStore : Folks.PersonaStore
       if (!this.account.connection.has_interface_by_id (
           iface_quark_connection_interface_contact_list ()))
         {
-          warning ("Connection does not implement ContactList iface,
-              legacy CM are not supported anymore.");
+          warning ("Connection does not implement ContactList iface; " +
+              "legacy CMs are not supported any more.");
 
           this._remove_store ();
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]