diff options
author | Tiger Wang <ziwei.tiger@hotmail.co.uk> | 2014-10-24 00:58:01 +0200 |
---|---|---|
committer | Tiger Wang <ziwei.tiger@hotmail.co.uk> | 2014-10-24 00:58:01 +0200 |
commit | 51fa6b4090ee930d03592550613592b1087fb788 (patch) | |
tree | a41682a171b54a4cbb721542a6135bcaca2bfef6 /src/Root.cpp | |
parent | Added FastRandom.* back to CMakeLists.txt. (diff) | |
download | cuberite-51fa6b4090ee930d03592550613592b1087fb788.tar cuberite-51fa6b4090ee930d03592550613592b1087fb788.tar.gz cuberite-51fa6b4090ee930d03592550613592b1087fb788.tar.bz2 cuberite-51fa6b4090ee930d03592550613592b1087fb788.tar.lz cuberite-51fa6b4090ee930d03592550613592b1087fb788.tar.xz cuberite-51fa6b4090ee930d03592550613592b1087fb788.tar.zst cuberite-51fa6b4090ee930d03592550613592b1087fb788.zip |
Diffstat (limited to 'src/Root.cpp')
-rw-r--r-- | src/Root.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Root.cpp b/src/Root.cpp index c951cb891..2a56a70be 100644 --- a/src/Root.cpp +++ b/src/Root.cpp @@ -193,7 +193,7 @@ void cRoot::Start(void) } catch (std::system_error & a_Exception) { - LOGERROR("ERROR: Could not create input thread, error = %s!", a_Exception.code(), a_Exception.what()); + LOGERROR("cRoot::Start (std::thread) error %i: could not construct input thread; %s", a_Exception.code().value(), a_Exception.what()); } #endif |