aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver.c b/driver.c
index e04e716e..e1d52f21 100644
--- a/driver.c
+++ b/driver.c
@@ -1545,7 +1545,7 @@ const struct method *proto; /* protocol method table */
++pass;
if (outlevel >= O_VERBOSE)
- if (idp->next)
+ if (idp->id)
error(0, 0, "selecting or re-polling folder %s", idp->id);
else
error(0, 0, "selecting or re-polling default folder");