Skip to content

Commit

Permalink
Wesnothd Connection: fixed debug code
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
Vultraz committed Aug 6, 2019
1 parent 318a39a commit 32a9acf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wesnothd_connection.cpp
Expand Up @@ -40,7 +40,7 @@ struct mptest_log
{
mptest_log(const char* functionname)
{
WRN_NW << "Process:" << getpid() << " Thread:" << boost::this_thread::get_id() << " Function: " << functionname << " Start\n";
WRN_NW << "Process:" << getpid() << " Thread:" << std::this_thread::get_id() << " Function: " << functionname << " Start\n";
}
};
}
Expand Down

0 comments on commit 32a9acf

Please sign in to comment.