Skip to content

Commit

Permalink
Cleanup debugging.
Browse files Browse the repository at this point in the history
  • Loading branch information
abh3 committed Jun 5, 2016
1 parent f2f3048 commit 770bf48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/XrdSsi/XrdSsiDebug.hh
Expand Up @@ -48,7 +48,7 @@ void Beg(const char *epname=0)
if (epname) std::cerr <<epname <<": ";
}

void End() {std::cerr <<std::endl; pthread_mutex_unlock(&debugMutex);}
void End() {std::cerr <<'\n' <<std::flush; pthread_mutex_unlock(&debugMutex);}

XrdSsiDebug() {pthread_mutex_init(&debugMutex, NULL);
isON = (getenv("XRDSSIDEBUG") != 0);
Expand Down

0 comments on commit 770bf48

Please sign in to comment.