Skip to content
Snippets Groups Projects
Commit 10c227ce authored by Serguei Kolos's avatar Serguei Kolos
Browse files

Increase maximum PID width to 8

parent cc65c2f4
No related branches found
No related tags found
No related merge requests found
......@@ -299,7 +299,7 @@ namespace
std::strftime(tbuff, 128, "%Y-%b-%d %H:%M:%S", &tm);
printf("%*s%-*s %*s %-*s %6u %-*s %s %d %d\n",
printf("%*s%-*s %*s %-*s %8u %-*s %s %d %d\n",
prefix_w, it->second.m_valid ? "" : "*",
m_max_name_length, it->second.m_object_name.c_str(),
separator_w, "",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment