comparison src/client.c @ 71:6aa3a8eff5a9 noffle

[svn] Fixed bug introduced by last changes.
author enz
date Sat, 13 May 2000 11:53:48 +0100
parents 2e47992d7f5c
children c7df2cc65cc1
comparison
equal deleted inserted replaced
70:38c86048fe2e 71:6aa3a8eff5a9
1 /* 1 /*
2 client.c 2 client.c
3 3
4 $Id: client.c 73 2000-05-13 08:27:26Z enz $ 4 $Id: client.c 77 2000-05-13 10:53:48Z enz $
5 */ 5 */
6 6
7 #if HAVE_CONFIG_H 7 #if HAVE_CONFIG_H
8 #include <config.h> 8 #include <config.h>
9 #endif 9 #endif
663 break; 663 break;
664 } 664 }
665 } 665 }
666 else 666 else
667 { 667 {
668 Log_dbg( "MsgID '%s': not in database." ); 668 Log_dbg( "MsgID '%s': not in database.", msgId );
669 } 669 }
670 } 670 }
671 del_Itl( itl ); 671 del_Itl( itl );
672 Log_dbg( "Article %s marking for download.", 672 Log_dbg( "Article %s marking for download.",
673 ( result ? "needs" : "doesn't need" ) ); 673 ( result ? "needs" : "doesn't need" ) );