summaryrefslogtreecommitdiffhomepage
path: root/PIDFile.cpp
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2025-01-12 12:34:13 +0100
committerRoland Reichwein <mail@reichwein.it>2025-01-12 12:34:13 +0100
commitcdf85d6e04e664e4f56acd05affa287ac63ed125 (patch)
treef412284c81b7e9bd76a6e9ab5d40139850478164 /PIDFile.cpp
parent4c5f531300efe0faf2aea88dd6c78f05012934c8 (diff)
Detect touchpad
Diffstat (limited to 'PIDFile.cpp')
-rw-r--r--PIDFile.cpp2
1 files changed, 1 insertions, 1 deletions
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());
}
}