diff options
author | fanquake <fanquake@gmail.com> | 2023-07-27 14:14:18 +0100 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2023-08-03 17:52:24 +0100 |
commit | 0a1029aa2946787bfe91a84de882c2dd0de076e9 (patch) | |
tree | 2f5400d80a81f07648df44ac5868da3387a59486 /src/init.cpp | |
parent | 910007995d8603ffc466878856227153a638caff (diff) |
lint: remove /* Continued */ markers from codebase
Diffstat (limited to 'src/init.cpp')
-rw-r--r-- | src/init.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/init.cpp b/src/init.cpp index 4d526bd0de..65f2d221bd 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -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", |