From: Ryan Flegel Date: Thu, 15 May 2008 01:06:44 +0000 (+0000) Subject: Missing endl X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=353cf7029337c97b03d0623af51ea8ea7e63f7d2;p=supertux.git Missing endl SVN-Revision: 5478 --- 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; } }