aboutsummaryrefslogtreecommitdiff
path: root/src/logging.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/logging.cpp')
-rw-r--r--src/logging.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/logging.cpp b/src/logging.cpp
index 74de6ad12..d769c1e2a 100644
--- a/src/logging.cpp
+++ b/src/logging.cpp
@@ -60,7 +60,7 @@ public:
void OnLog(time_t time, Log::Level level, const std::string& type, const std::string& message) override
{
fmt::println("{} {}: {}",
- fmt::styled(Time::ToString(time, "%d %b %Y %H:%M:%S"), fmt::fg(fmt::terminal_color::yellow)),
+ fmt::styled(Time::ToString(time, "%d %b %H:%M:%S"), fmt::fg(fmt::terminal_color::yellow)),
fmt::styled(type, fmt::fg(fmt::terminal_color::green)),
message
);