From 34224a957b692cf1a6a6d4e06dfd0bdd00aa66cc Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Tue, 15 Jan 2019 11:36:13 -0500 Subject: [PATCH] cleanup error string --- src/zm_utils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/zm_utils.cpp b/src/zm_utils.cpp index adc10cf8e..49b4d5ffc 100644 --- a/src/zm_utils.cpp +++ b/src/zm_utils.cpp @@ -422,7 +422,7 @@ void touch(const char *pathname) { 0666); if ( fd < 0 ) { // Couldn't open that path. - Error("Couldn't open() path \"%s in touch", pathname); + Error("Couldn't open() path %s in touch", pathname); return; } int rc = utimensat(AT_FDCWD,