From: hno <> Date: Thu, 4 Oct 2001 02:12:47 +0000 (+0000) Subject: Cosmetic: Added a missing linefeed from a lowlevel debug message X-Git-Tag: SQUID_3_0_PRE1~1379 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1d1cc61b3bf098064728b9046bfbb5f2579fe4eb;p=thirdparty%2Fsquid.git Cosmetic: Added a missing linefeed from a lowlevel debug message --- diff --git a/src/authenticate.cc b/src/authenticate.cc index a2ac2efa92..8a918b5629 100644 --- a/src/authenticate.cc +++ b/src/authenticate.cc @@ -1,6 +1,6 @@ /* - * $Id: authenticate.cc,v 1.29 2001/09/03 10:33:02 robertc Exp $ + * $Id: authenticate.cc,v 1.30 2001/10/03 20:12:47 hno Exp $ * * DEBUG: section 29 Authenticator * AUTHOR: Duane Wessels @@ -934,7 +934,7 @@ void authSchemeAdd(char *type, AUTHSSETUP * setup) { int i; - debug(29, 4) ("authSchemeAdd: adding %s", type); + debug(29, 4) ("authSchemeAdd: adding %s\n", type); /* find the number of currently known authscheme types */ for (i = 0; authscheme_list && authscheme_list[i].typestr; i++) { assert(strcmp(authscheme_list[i].typestr, type) != 0);