From 97063e7a0068a46ac44fd9a9f88acedd9b3c15dd Mon Sep 17 00:00:00 2001 From: short <> Date: Mon, 15 Sep 2003 18:14:39 +0000 Subject: [PATCH] Removed forgotten debug message. --- src/libcaptive/client/file-parent.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/libcaptive/client/file-parent.c b/src/libcaptive/client/file-parent.c index eabd891..20b46e8 100644 --- a/src/libcaptive/client/file-parent.c +++ b/src/libcaptive/client/file-parent.c @@ -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; } -- 1.8.3.1