Skip to content

Commit fa26652

Browse files
author
MarcoFalke
committed
Make sure LogPrintf strings are line-terminated
1 parent fa97f95 commit fa26652

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/httprpc.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ static bool InitRPCAuthentication()
219219
return false;
220220
}
221221
} else {
222-
LogPrintf("Config options rpcuser and rpcpassword will soon be deprecated. Locally-run instances may remove rpcuser to use cookie-based auth, or may be replaced with rpcauth. Please see share/rpcuser for rpcauth auth generation.");
222+
LogPrintf("Config options rpcuser and rpcpassword will soon be deprecated. Locally-run instances may remove rpcuser to use cookie-based auth, or may be replaced with rpcauth. Please see share/rpcuser for rpcauth auth generation.\n");
223223
strRPCUserColonPass = mapArgs["-rpcuser"] + ":" + mapArgs["-rpcpassword"];
224224
}
225225
return true;

0 commit comments

Comments
 (0)