Lines 1-14
Link Here
|
1 |
--- fetchnews.c 7 May 2004 08:34:15 -0000 1.173 |
|
|
2 |
+++ fetchnews.c 24 May 2004 13:23:22 -0000 1.174 |
3 |
@@ -1622,8 +1622,9 @@ |
4 |
freelist(groups); |
5 |
} else { |
6 |
ln_log(LNLOG_SINFO, LNLOG_CSERVER, |
7 |
- "%s: getting all newsgroups (debug: active: %p, forceactive: %s)", |
8 |
- current_server->name, (void *)active, forceactive ? "true" : "false"); |
9 |
+ "%s: getting all newsgroups (debug: active: %s, forceactive: %s)", |
10 |
+ current_server->name, |
11 |
+ active ? "set" : "nil", forceactive ? "true" : "false"); |
12 |
xsnprintf(lineout, SIZE_lineout, "LIST\r\n"); |
13 |
putaline(); |
14 |
if (nntpreply(current_server) != 215) { |