lint: remove /* Continued */ markers from codebase

This commit is contained in:
fanquake 2023-07-27 14:14:18 +01:00
parent 910007995d
commit 0a1029aa29
No known key found for this signature in database
GPG key ID: 2EEB9F5CC09526C1
7 changed files with 16 additions and 16 deletions

View file

@ -1082,7 +1082,7 @@ bool AppInitMain(NodeContext& node, interfaces::BlockAndHeaderTipInfo* tip_info)
// Warn about relative -datadir path.
if (args.IsArgSet("-datadir") && !args.GetPathArg("-datadir").is_absolute()) {
LogPrintf("Warning: relative datadir option '%s' specified, which will be interpreted relative to the " /* Continued */
LogPrintf("Warning: relative datadir option '%s' specified, which will be interpreted relative to the "
"current working directory '%s'. This is fragile, because if bitcoin is started in the future "
"from a different location, it will be unable to locate the current data files. There could "
"also be data loss if bitcoin is started while in a temporary directory.\n",