aboutsummaryrefslogtreecommitdiff
path: root/zencore/iobuffer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'zencore/iobuffer.cpp')
-rw-r--r--zencore/iobuffer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/zencore/iobuffer.cpp b/zencore/iobuffer.cpp
index aa782bb5c..8a3ab8427 100644
--- a/zencore/iobuffer.cpp
+++ b/zencore/iobuffer.cpp
@@ -219,7 +219,7 @@ IoBufferExtendedCore::~IoBufferExtendedCore()
#endif
if (!Success)
{
- ZEN_WARN("Error reported on file handle close, reason {}", GetLastErrorAsString());
+ ZEN_WARN("Error reported on file handle close, reason '{}'", GetLastErrorAsString());
}
}