diff options
Diffstat (limited to 'shell/e-corba-storage.c')
-rw-r--r-- | shell/e-corba-storage.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/shell/e-corba-storage.c b/shell/e-corba-storage.c index 9f1d936aee..03fa1dd4a9 100644 --- a/shell/e-corba-storage.c +++ b/shell/e-corba-storage.c @@ -113,7 +113,7 @@ impl_StorageListener_notifyFolderCreated (PortableServer_Servant servant, e_folder_set_unread_count (e_folder, folder->unreadCount); if (! e_storage_new_folder (storage, path, e_folder)) { - g_print ("Cannot register folder -- %s %s\n", path, folder->displayName); + g_warning ("Cannot register folder -- %s %s\n", path, folder->displayName); CORBA_exception_set (ev, CORBA_USER_EXCEPTION, ex_GNOME_Evolution_StorageListener_Exists, @@ -121,8 +121,6 @@ impl_StorageListener_notifyFolderCreated (PortableServer_Servant servant, gtk_object_unref (GTK_OBJECT (e_folder)); return; } - - g_print ("Folder registered successfully -- %s %s\n", path, folder->displayName); } static void |