From 20d6783a3b854134318f8a6077c2fce9c5cd3586 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Thu, 5 Apr 2018 15:28:01 +0100 Subject: Updating dependencies --- yage/yage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'yage') 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() -- cgit