From 353cf7029337c97b03d0623af51ea8ea7e63f7d2 Mon Sep 17 00:00:00 2001 From: Ryan Flegel Date: Thu, 15 May 2008 01:06:44 +0000 Subject: [PATCH] Missing endl SVN-Revision: 5478 --- src/object/camera.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/object/camera.cpp b/src/object/camera.cpp index b9454ce31..7cea284bc 100644 --- a/src/object/camera.cpp +++ b/src/object/camera.cpp @@ -266,7 +266,7 @@ Camera::reload_config() config->load("camera.cfg"); } catch(std::exception &e) { log_debug << "Couldn't load camera.cfg, using defaults (" - << e.what() << ")"; + << e.what() << ")" << std::endl; } } -- 2.11.0