From cdf85d6e04e664e4f56acd05affa287ac63ed125 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sun, 12 Jan 2025 12:34:13 +0100 Subject: Detect touchpad --- PIDFile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'PIDFile.cpp') diff --git a/PIDFile.cpp b/PIDFile.cpp index 85f30d3..6bfaa3a 100644 --- a/PIDFile.cpp +++ b/PIDFile.cpp @@ -32,7 +32,7 @@ PIDFile::PIDFile(const std::string& programname): m_programname{programname} try { Reichwein::File::setFile(filename, contents); } catch (const std::exception& ex) { - log_cout << fmt::format("Warning: Not able to write to file{}, ignoring.\n", filename.string()); + log_cout << fmt::format("Warning: Not able to write to file {}, ignoring.\n", filename.string()); } } -- cgit v1.2.3