[Pkg-wmaker-commits] [wmbiff] 02/77: askpass having a space in it is an INFO, not an ERR.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Thu Aug 20 03:01:01 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to tag wmbiff_0_4_0
in repository wmbiff.

commit 12fe683bde9cdc055c594e45aae976fd5af05de4
Author: bluehal <bluehal>
Date:   Fri Apr 5 19:02:22 2002 +0000

    askpass having a space in it is an INFO, not an ERR.
---
 wmbiff/passwordMgr.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wmbiff/passwordMgr.c b/wmbiff/passwordMgr.c
index d4c8357..96d273f 100644
--- a/wmbiff/passwordMgr.c
+++ b/wmbiff/passwordMgr.c
@@ -46,7 +46,7 @@ static int permissions_ok(Pop3 pc, const char *askpass_fname)
 {
 	struct stat st;
 	if (index(askpass_fname, ' ')) {
-		DM(pc, DEBUG_ERROR,
+		DM(pc, DEBUG_INFO,
 		   "askpass has a space in it; not verifying ownership/permissions on '%s'\n",
 		   askpass_fname);
 		return (1);

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmbiff.git



More information about the Pkg-wmaker-commits mailing list