X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fpublic-api%2Fobject%2Fref-object.cpp;h=3060f4b48889676c987523013017b3f7b4e60bee;hb=649ec06daecb510fb84fe4642a6af957f127e7ab;hp=57108ecdb1305ddc6e2fb1755afe26917fdbcb45;hpb=8c5ffeaa519c8ddd86581f5052ec40ecadd23d46;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/public-api/object/ref-object.cpp b/dali/public-api/object/ref-object.cpp index 57108ec..3060f4b 100644 --- a/dali/public-api/object/ref-object.cpp +++ b/dali/public-api/object/ref-object.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014 Samsung Electronics Co., Ltd. + * Copyright (c) 2015 Samsung Electronics Co., Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -42,7 +42,7 @@ RefObject::~RefObject() #ifdef ENABLE_DEBUG if(mCount) { - DALI_LOG_ERROR("mCount should be zero, deleting referenced object!"); + DALI_LOG_ERROR("mCount should be zero, deleting referenced object!\n"); } #endif // ENABLE_DEBUG }