diff --git a/sflphone-gtk/src/accountlist.c b/sflphone-gtk/src/accountlist.c index bbf398b190c36a14dd128e66c7fde6f413c5104c..34d482e3333c04d161a72c02c469d3eb813173f8 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); }