mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
Merge pull request #3806
9e2872cAdjust branding in datadir lock error message (Michagogo)d30d379Slightly tweak error when unable to bind port (Michagogo)
This commit is contained in:
commit
fc5d85c4bb
2 changed files with 2 additions and 2 deletions
|
|
@ -568,7 +568,7 @@ bool AppInit2(boost::thread_group& threadGroup)
|
|||
if (file) fclose(file);
|
||||
static boost::interprocess::file_lock lock(pathLockFile.string().c_str());
|
||||
if (!lock.try_lock())
|
||||
return InitError(strprintf(_("Cannot obtain a lock on data directory %s. Bitcoin is probably already running."), strDataDir));
|
||||
return InitError(strprintf(_("Cannot obtain a lock on data directory %s. Bitcoin Core is probably already running."), strDataDir));
|
||||
|
||||
if (GetBoolArg("-shrinkdebugfile", !fDebug))
|
||||
ShrinkDebugFile();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue