util: Do not stop build if backtracing is not supported
authorAmitay Isaacs <amitay@gmail.com>
Fri, 24 May 2013 04:42:23 +0000 (23:42 -0500)
committerAmitay Isaacs <amitay@gmail.com>
Wed, 29 May 2013 04:57:03 +0000 (14:57 +1000)
Signed-off-by: Amitay Isaacs <amitay@gmail.com>
(This used to be ctdb commit b091f09ea01482823bd850d1d4e2329e0a19c959)

ctdb/lib/util/fault.c

index 31ac165ac4140c2ae66624561912c5db6087ef80..3dddd0ecb28a3d07ca8df954f3d721de0aaf9484 100644 (file)
@@ -109,8 +109,7 @@ _PUBLIC_ void call_backtrace(void)
      }
 #undef NAMESIZE
 #else
-       DEBUG(0, ("call_backstrace: not implemented\n"));
-#error bla
+       DEBUG(0, ("call_backtrace: not implemented\n"));
 #endif
 }