diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-10-11 14:54:25 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-10-11 14:54:25 +0000 |
commit | 172943917e7e792859ee4deafef1d831c3f2cdcf (patch) | |
tree | 50e9203722cd9c41991378b67f88d92846204865 | |
parent | b97baed0c4519936bc3f0c94b9e180a8ddd2af10 (diff) | |
download | fetchmail-172943917e7e792859ee4deafef1d831c3f2cdcf.tar.gz fetchmail-172943917e7e792859ee4deafef1d831c3f2cdcf.tar.bz2 fetchmail-172943917e7e792859ee4deafef1d831c3f2cdcf.zip |
Minor fix.
svn path=/trunk/; revision=1502
-rw-r--r-- | driver.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"); |