View | Details | Raw Unified | Return to bug 1286
Collapse All | Expand All

(-)a/doc/manual/source/logging.rst (-1 / +3 lines)
 Lines 424-429    Link Here 
424
  Run some example programs with all log components turned on (e.g. 
424
  Run some example programs with all log components turned on (e.g. 
425
  ``NS_LOG="***"``).
425
  ``NS_LOG="***"``).
426
426
427
* Use an explicit cast for any variable of type uint8_t, e.g. to int.
428
  Without the cast, the integer is interpreted as a char, and the result
429
  will be most likely not in line with the expectations.
427
430
428
431
429

Return to bug 1286