diff --git a/panda/src/awesomium/awWebCore.cxx b/panda/src/awesomium/awWebCore.cxx index 4d6b7de14f..0e35112094 100644 --- a/panda/src/awesomium/awWebCore.cxx +++ b/panda/src/awesomium/awWebCore.cxx @@ -21,11 +21,12 @@ TypeHandle AwWebCore::_type_handle; AwWebCore:: AwWebCore(AwWebCore::LogLevel level, bool enablePlugins , AwWebCore::PixelFormat pixelFormat) : WebCore(static_cast(level), enablePlugins, static_cast(pixelFormat)) { - awesomium_cat.info() << "constructing webcore"; + awesomium_cat.info() << "constructing webcore\n"; } AwWebCore:: ~AwWebCore() { + awesomium_cat.info() << "destructor webcore\n"; } Awesomium::WebCore& AwWebCore::