Changed debug logmessage

This commit is contained in:
Michiel Broek 2004-07-16 14:59:53 +00:00
parent b06753aee7
commit d6145c6f45

View File

@ -2400,7 +2400,7 @@ void binkp_clear_filelist(int rc)
file_list *fal; file_list *fal;
if (tosend != NULL) { if (tosend != NULL) {
Syslog('b', "Binkp: clear current filelist"); Syslog('b', "Binkp: binkp_clear_filelist(%d)", rc);
for (tmp = bll; bll; bll = tmp) { for (tmp = bll; bll; bll = tmp) {
tmp = bll->next; tmp = bll->next;