changeset 18:7e87901b8ddd

1505: Suppress warning when dead lock detection faild. Summary: Reviewed-by: KUBOTA Yuji Contributed-by:
author ShinTak <takao.shinji@lab.ntt.co.jp>
date Fri, 26 Jul 2013 09:23:03 +0900
parents 5a930f8c514b
children ebd17a919599
files agent/src/deadlockFinder.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/agent/src/deadlockFinder.cpp	Wed Jun 26 17:44:08 2013 +0900
+++ b/agent/src/deadlockFinder.cpp	Fri Jul 26 09:23:03 2013 +0900
@@ -577,7 +577,7 @@
     
     if (unlikely(threadPtr == NULL)) {
       /* Shouldn't reach to here. */
-      PRINT_WARN_MSG("Deadlock detection failed!");
+      PRINT_DEBUG_MSG("Deadlock detection failed: Lock owner not found.");
       flagFailure = true;
       break;
     }