summaryrefslogtreecommitdiff
path: root/backlog.cpp
diff options
context:
space:
mode:
authorRasmus Eskola <fruitiex@gmail.com>2013-08-09 12:29:42 +0300
committerRasmus Eskola <fruitiex@gmail.com>2013-08-09 12:29:42 +0300
commitaf90efae817fb90b4d6078a9c758a089c3f5bbc6 (patch)
tree5fffe1aaaddbae5438ba9c61f8a94ef3d5d0d9fa /backlog.cpp
parentd9920d9dca267720f8fa7b67b27ce190dac84f7e (diff)
nicer error message
Diffstat (limited to 'backlog.cpp')
-rw-r--r--backlog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/backlog.cpp b/backlog.cpp
index 219e1ec..77765e1 100644
--- a/backlog.cpp
+++ b/backlog.cpp
@@ -60,7 +60,7 @@ public:
PutModule(Line);
}
} else {
- PutModule("Could not open log file"); // [" << sCommand << "]: " << strerror(errno));
+ PutModule("Could not open log file [" + sCommand + "]: " + strerror(errno));
}
LogFile.Close();