[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [umbrello] umbrello: umbrello/umldoc.cpp function addView() : Print f->name() in debug message.
From:       Oliver Kellogg <okellogg () users ! sourceforge ! net>
Date:       2014-08-31 20:55:10
Message-ID: E1XOC9W-0004dy-D5 () scm ! kde ! org
[Download RAW message or body]

Git commit d851cbbe42c2fada148809c8a9fa66356b2fae80 by Oliver Kellogg.
Committed on 31/08/2014 at 20:55.
Pushed by okellogg into branch 'master'.

umbrello/umldoc.cpp function addView() : Print f->name() in debug message.

M  +1    -1    umbrello/umldoc.cpp

http://commits.kde.org/umbrello/d851cbbe42c2fada148809c8a9fa66356b2fae80

diff --git a/umbrello/umldoc.cpp b/umbrello/umldoc.cpp
index 3d8c589..5eed644 100644
--- a/umbrello/umldoc.cpp
+++ b/umbrello/umldoc.cpp
@@ -169,7 +169,7 @@ void UMLDoc::addView(UMLView *view)
         uError() << "view folder is not set";
         return;
     }
-    DEBUG(DBG_SRC) << view->umlScene()->name() << " to folder " << *f;
+    DEBUG(DBG_SRC) << view->umlScene()->name() << " to folder " << *f << " (" << f->name() << ")";
     f->addView(view);
 
     UMLApp * pApp = UMLApp::app();
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic