1
0
Fork 0

removed superfluous space

This commit is contained in:
Jan Steemann 2013-07-15 17:48:44 +02:00
parent 644002c50e
commit cdbcf71411
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ bool TRI_StartThread (TRI_thread_t* thread,
if (rc != 0) {
TRI_set_errno(TRI_ERROR_SYS_ERROR);
LOG_ERROR("could not start thread: %s ", strerror(errno));
LOG_ERROR("could not start thread: %s", strerror(errno));
TRI_Free(TRI_CORE_MEM_ZONE, d);
return false;