Skip to content

Commit

Permalink
OrcCommand: Journal: fix output column size
Browse files Browse the repository at this point in the history
  • Loading branch information
fabienfl-orc committed Nov 20, 2020
1 parent facb7c9 commit e8e0a30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OrcCommand/Output/Console/Journal.h
Expand Up @@ -38,7 +38,7 @@ class Journal

{
std::lock_guard lock(m_mutex);
m_console.Write(L"{:%Y-%m-%dT%H:%M.%SZ} {:<16}{:<16}", fmt::gmtime(now), commandSet, agent);
m_console.Write(L"{:%Y-%m-%dT%H:%M.%SZ} {:<16} {:<26} ", fmt::gmtime(now), commandSet, agent);
m_console.Print(std::forward<FmtArgs>(status)...);
}
}
Expand Down

0 comments on commit e8e0a30

Please sign in to comment.