aboutsummaryrefslogtreecommitdiff
path: root/src/change_log.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/change_log.cc')
-rw-r--r--src/change_log.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/change_log.cc b/src/change_log.cc
index a0c929d..4caaa6a 100644
--- a/src/change_log.cc
+++ b/src/change_log.cc
@@ -62,7 +62,7 @@ int rmdir(const char* path) {
int unlink(const char* path) {
if ( utility::is_regular_file(path) ) {
- logger->append("rm '" + std::string(path) + "'");
+ logger->append("remove '" + std::string(path) + "'");
}
return actual::unlink(path);