Fix typo in debug_print string
authorRicardo Mones <ricardo@mones.org>
Thu, 2 May 2013 08:30:01 +0000 (10:30 +0200)
committerRicardo Mones <ricardo@mones.org>
Thu, 2 May 2013 08:30:01 +0000 (10:30 +0200)
src/etpan/nntp-thread.c

index e380e80df4e4da0316753e82ab30daf3e0be0dbf..6d76e7a2728ec77793ad63bbc9cc11138110b834 100644 (file)
@@ -774,7 +774,7 @@ int nntp_threaded_article(Folder * folder, guint32 num, char **contents, size_t
 
        threaded_run(folder, &param, &result, article_run);
        
-       debug_print("nntp post - end\n");
+       debug_print("nntp article - end\n");
        
        return result.error;
 }