Removed forgotten debug message.
authorshort <>
Mon, 15 Sep 2003 18:14:39 +0000 (18:14 +0000)
committershort <>
Mon, 15 Sep 2003 18:14:39 +0000 (18:14 +0000)
src/libcaptive/client/file-parent.c

index eabd891..20b46e8 100644 (file)
@@ -357,10 +357,8 @@ gint retried_commit=0;
                        /* Occured: ExRaiseStatus(STATUS_LOG_FILE_FULL); */
                        if (GNOME_VFS_ERROR_LAUNCH==r) {
                                if (!retried_commit++) {
-puts("committing...");
                                        if (GNOME_VFS_OK!=(r=captive_vfs_commit(captive_file_object->vfs)))
                                                return r;
-puts("committed");
                                        retried=0;
                                        continue;
                                        }