From 230daf7fda3fa80ee425e8b1c9ae0c27a7facf64 Mon Sep 17 00:00:00 2001 From: Guillaume Carmel-Archambault <guillaume.carmel-archambault@savoirfairelinux.com> Date: Wed, 23 Apr 2008 10:54:17 -0400 Subject: [PATCH] Another warning following last merge Others have been included in the last merge --- sflphone-gtk/src/accountlist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sflphone-gtk/src/accountlist.c b/sflphone-gtk/src/accountlist.c index bbf398b190..34d482e333 100644 --- a/sflphone-gtk/src/accountlist.c +++ b/sflphone-gtk/src/accountlist.c @@ -138,7 +138,7 @@ account_list_get_current( ) void account_list_set_current_id(const gchar * accountID) { - g_print("set current id = %d\n" , accountID); + g_print("set current id = %s\n", accountID); __CURRENT_ACCOUNT_ID = g_strdup(accountID); } -- GitLab