Skip to content
Snippets Groups Projects
Commit 08e8d22a authored by Sebastien Ponce's avatar Sebastien Ponce
Browse files

Reverted bad change of indentation in previous commit

parent 3306b653
Branches
Tags
No related merge requests found
......@@ -679,7 +679,7 @@ void castor::client::BaseClient::pollAnswersFromStager
<< ((ip & 0x000000FF));
struct tms buf;
clock_t endTime = times(&buf);
stage_trace(2, "%s CBK %.2f s before callback from %s was received",
stage_trace(3, "%s CBK %.2f s before callback from %s was received",
requestId().c_str(),
((float)(endTime - m_sendAckTime)) / ((float)sysconf(_SC_CLK_TCK)),
ipToStr.str().c_str());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment