aboutsummaryrefslogtreecommitdiffstats
path: root/yage
diff options
context:
space:
mode:
Diffstat (limited to 'yage')
-rw-r--r--yage/yage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/yage/yage.cpp b/yage/yage.cpp
index 9a015d8c..68453181 100644
--- a/yage/yage.cpp
+++ b/yage/yage.cpp
@@ -18,7 +18,7 @@ namespace yage
void glfwErrorCallback(int, const char *description)
{
- std::cerr << "ERROR: %s\n" << description;
+ std::cerr << "Error: " << description;
}
void init()