From: Arvin Schnell Date: Tue, 5 Mar 2024 13:45:11 +0000 (+0100) Subject: - include CONF_DIR in debug command output X-Git-Tag: v0.11.0~22^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F880%2Fhead;p=thirdparty%2Fsnapper.git - include CONF_DIR in debug command output --- diff --git a/server/Client.cc b/server/Client.cc index 539d9145..3ecda0e1 100644 --- a/server/Client.cc +++ b/server/Client.cc @@ -1840,6 +1840,7 @@ Client::debug(DBus::Connection& conn, DBus::Message& msg) marshaller << " version " + string(Snapper::compileVersion()); marshaller << " libversion " LIBSNAPPER_MAJOR "." LIBSNAPPER_MINOR "." LIBSNAPPER_PATCHLEVEL; marshaller << " flags " + string(Snapper::compileFlags()); + marshaller << " CONF_DIR " CONF_DIR; marshaller.close_array();