From 11a24a7c91330db7f63ae98a08623de4f136558a Mon Sep 17 00:00:00 2001 From: Ricardo Mones Date: Thu, 2 May 2013 10:30:01 +0200 Subject: [PATCH] Fix typo in debug_print string --- src/etpan/nntp-thread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/etpan/nntp-thread.c b/src/etpan/nntp-thread.c index e380e80df..6d76e7a27 100644 --- a/src/etpan/nntp-thread.c +++ b/src/etpan/nntp-thread.c @@ -774,7 +774,7 @@ int nntp_threaded_article(Folder * folder, guint32 num, char **contents, size_t threaded_run(folder, ¶m, &result, article_run); - debug_print("nntp post - end\n"); + debug_print("nntp article - end\n"); return result.error; } -- 2.25.1