diff options
| -rw-r--r-- | libglusterfs/src/common-utils.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/libglusterfs/src/common-utils.c b/libglusterfs/src/common-utils.c index 5897aca0b38..327c1fa13db 100644 --- a/libglusterfs/src/common-utils.c +++ b/libglusterfs/src/common-utils.c @@ -3759,7 +3759,7 @@ gf_thread_create (pthread_t *thread, const pthread_attr_t *attr,                  #else                          gf_msg (THIS->name, GF_LOG_WARNING, 0,                                  LG_MSG_PTHREAD_NAMING_FAILED, -                                "Thread names not implemented on this ", +                                "Thread names not implemented on this "                                  "platform");                  #endif          }  | 
