aboutsummaryrefslogtreecommitdiff
path: root/src/zenutil/service.cpp
diff options
context:
space:
mode:
authorLiam Mitchell <[email protected]>2025-02-19 00:08:41 +0000
committerLiam Mitchell <[email protected]>2025-02-19 00:08:41 +0000
commit7e700445334d8d3269bca0bf446ff63211296dce (patch)
tree4ae289d6c87aee133defd6ecaf173f4eadb64036 /src/zenutil/service.cpp
parentchangelog (diff)
downloadzen-7e700445334d8d3269bca0bf446ff63211296dce.tar.xz
zen-7e700445334d8d3269bca0bf446ff63211296dce.zip
Linux compilation fixes
Diffstat (limited to 'src/zenutil/service.cpp')
-rw-r--r--src/zenutil/service.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zenutil/service.cpp b/src/zenutil/service.cpp
index 45874d1b5..8d6b399ca 100644
--- a/src/zenutil/service.cpp
+++ b/src/zenutil/service.cpp
@@ -973,7 +973,7 @@ QueryInstalledService(std::string_view ServiceName, ServiceInfo& OutInfo)
}
else
{
- ZEN_DEBUG("systemctl status failed with '{}"({}), Res.second, Res.first);
+ ZEN_DEBUG("systemctl status failed with '{}'({})", Res.second, Res.first);
}
}