aboutsummaryrefslogtreecommitdiff
path: root/zen/cmds/status.cpp
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2021-09-15 19:49:20 +0200
committerStefan Boberg <[email protected]>2021-09-15 19:49:20 +0200
commit83ccd52321a23c8f1c8a3228cbbf34b8f199a22b (patch)
tree9cf1fb68651f616aef2fa28000e4f328ef9204d8 /zen/cmds/status.cpp
parentAdded GetSize/GetData functions to reduce cognitive load and bridge the gap b... (diff)
parentTweaked logging to streamline access, and simplified setup code for new loggers (diff)
downloadarchived-zen-83ccd52321a23c8f1c8a3228cbbf34b8f199a22b.tar.xz
archived-zen-83ccd52321a23c8f1c8a3228cbbf34b8f199a22b.zip
Merge branch 'main' into cbpackage-update
Diffstat (limited to 'zen/cmds/status.cpp')
-rw-r--r--zen/cmds/status.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/zen/cmds/status.cpp b/zen/cmds/status.cpp
index b55c08101..6741ab9e9 100644
--- a/zen/cmds/status.cpp
+++ b/zen/cmds/status.cpp
@@ -2,7 +2,7 @@
#include "status.h"
-#include <spdlog/spdlog.h>
+#include <zencore/logging.h>
#include <memory>
StatusCommand::StatusCommand()