diff options
| author | Stefan Boberg <[email protected]> | 2021-09-15 19:49:20 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2021-09-15 19:49:20 +0200 |
| commit | 83ccd52321a23c8f1c8a3228cbbf34b8f199a22b (patch) | |
| tree | 9cf1fb68651f616aef2fa28000e4f328ef9204d8 /zen/cmds/status.cpp | |
| parent | Added GetSize/GetData functions to reduce cognitive load and bridge the gap b... (diff) | |
| parent | Tweaked logging to streamline access, and simplified setup code for new loggers (diff) | |
| download | archived-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.cpp | 2 |
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() |