]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Type in squid-3-12447
authorAmos Jeffries <squid3@treenet.co.nz>
Thu, 15 Nov 2012 08:32:53 +0000 (01:32 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Thu, 15 Nov 2012 08:32:53 +0000 (01:32 -0700)
helpers/digest_auth/file/text_backend.cc

index 9890b17de3d5d6734b8ab80ab4cc76b4fc5f0f3d..507a1ea86ca40f5857e463d26152c989a9d3cded 100644 (file)
@@ -85,7 +85,7 @@ read_passwd_file(const char *passwordFile, int isHa1Mode)
             continue;
         user = strtok(buf, ":\n");
         if (!user) {
-            fprintf(stderr, "digest_file_auth: missing user name at line %u in '%'\n", lineCount, passwordFile);
+            fprintf(stderr, "digest_file_auth: missing user name at line %u in '%s'\n", lineCount, passwordFile);
             continue;
         }
         realm = strtok(NULL, ":\n");