diff options
| author | Wladimir J. van der Laan <[email protected]> | 2016-03-01 18:38:49 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2016-03-01 18:39:21 +0100 |
| commit | e5121eb951c49b36b2b55069ab778a74bbf6bcb1 (patch) | |
| tree | cce8f7a7456a4b14775031151df6a260a2cfed49 /src/httprpc.cpp | |
| parent | Merge #7616: [depends] Delete unused patches (diff) | |
| parent | Make sure LogPrintf strings are line-terminated (diff) | |
| download | discoin-e5121eb951c49b36b2b55069ab778a74bbf6bcb1.tar.xz discoin-e5121eb951c49b36b2b55069ab778a74bbf6bcb1.zip | |
Merge #7617: [doc/log] Fix markdown syntax and line terminate LogPrint
fa26652 Make sure LogPrintf strings are line-terminated (MarcoFalke)
fa97f95 [doc] Fix markdown (MarcoFalke)
fa06ce0 Fix doxygen comment for payTxFee (MarcoFalke)
Diffstat (limited to 'src/httprpc.cpp')
| -rw-r--r-- | src/httprpc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/httprpc.cpp b/src/httprpc.cpp index a447a3eff..04d3386e9 100644 --- a/src/httprpc.cpp +++ b/src/httprpc.cpp @@ -219,7 +219,7 @@ static bool InitRPCAuthentication() return false; } } else { - 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."); + 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"); strRPCUserColonPass = mapArgs["-rpcuser"] + ":" + mapArgs["-rpcpassword"]; } return true; |