The documentation for log_backtrace() states the backtrace is
logged at DEBUG level, while in reality it is logged at ERROR
level.

Fixes: d0b99d38edab ("backtrace: Add log_backtrace()")
Signed-off-by: Frode Nordahl <[email protected]>
---
 lib/backtrace.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/backtrace.h b/lib/backtrace.h
index 9ccafd6d4..a2506da5f 100644
--- a/lib/backtrace.h
+++ b/lib/backtrace.h
@@ -26,7 +26,7 @@
 #endif
 
 /* log_backtrace() will save the backtrace of a running program
- * into the log at the DEBUG level.
+ * into the log at the ERROR level.
  *
  * To use it, insert the following code to where backtrace is
  * desired:
-- 
2.34.1

_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to