[Pkg-wmaker-commits] [wmbiff] 25/32: slightly better message on expect failure

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


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

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

commit 2a809d964f7b91920c07fbe57fa1472402795624
Author: bluehal <bluehal>
Date:   Mon Mar 11 00:11:25 2002 +0000

    slightly better message on expect failure
---
 wmbiff/tlsComm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wmbiff/tlsComm.c b/wmbiff/tlsComm.c
index 46d8d87..af76fee 100644
--- a/wmbiff/tlsComm.c
+++ b/wmbiff/tlsComm.c
@@ -180,7 +180,7 @@ int tlscomm_expect(struct connection_state *scs,
 				}
 			}
 	}
-	TDM(DEBUG_ERROR, "%s: expecting: '%s', saw: %s", scs->name, prefix,
+	TDM(DEBUG_ERROR, "%s: expecting: '%s', saw: '%s'\n", scs->name, prefix,
 		buf);
 	return 0;					/* wait_for_it failed */
 }

-- 
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