From 1fd9c3d877b7a3ebbc86bf47b09ccd52bb518d40 Mon Sep 17 00:00:00 2001 From: Michiel Broek Date: Sat, 1 Oct 2005 14:41:30 +0000 Subject: [PATCH] Added a debug message in execute_disposition --- ChangeLog | 3 +++ mbcico/filelist.c | 2 ++ 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 2af575d5..80418e8a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,9 @@ v0.71.7 12-Sep-2005 script: The installinit script now recognizes Fedora Core. + mbcico: + Added a debug message in execute_disposition + v0.71.6 02-Sep-2005 - 12-Sep-2005 diff --git a/mbcico/filelist.c b/mbcico/filelist.c index a153b870..8df11a66 100644 --- a/mbcico/filelist.c +++ b/mbcico/filelist.c @@ -613,6 +613,8 @@ void execute_disposition(file_list *fl) if (fseek(fl->flofp, fl->floff, 0) == 0) { if (fwrite(&tpl,1,1,fl->flofp) != 1) { WriteError("$Error writing '~' to .flo at %lu", (unsigned long)fl->floff); + } else { + Syslog('o', "Marked file \"%s\" as sent", MBSE_SS(nm)); } fflush(fl->flofp); #ifdef HAVE_FDATASYNC