diff options
Diffstat (limited to 'shell/evolution-storage.c')
-rw-r--r-- | shell/evolution-storage.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/evolution-storage.c b/shell/evolution-storage.c index bf02c19110..9c790dcbe0 100644 --- a/shell/evolution-storage.c +++ b/shell/evolution-storage.c @@ -295,6 +295,7 @@ impl_Storage_async_create_folder (PortableServer_Servant servant, storage = EVOLUTION_STORAGE (bonobo_object); int_result = GNOME_Evolution_Storage_UNSUPPORTED_OPERATION; + g_warning ("Creating %s:%s", path, parent_physical_uri); gtk_signal_emit (GTK_OBJECT (storage), signals[CREATE_FOLDER], path, type, description, parent_physical_uri, &int_result); |