From: short <> Date: Mon, 15 Sep 2003 18:14:39 +0000 (+0000) Subject: Removed forgotten debug message. X-Git-Tag: captive-0_9~55 X-Git-Url: http://git.jankratochvil.net/?a=commitdiff_plain;h=97063e7a0068a46ac44fd9a9f88acedd9b3c15dd;p=captive.git Removed forgotten debug message. --- 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; }