Ticket #5188: trace-network-dprintf.diff

File trace-network-dprintf.diff, 425 bytes (added by andreasf, 14 years ago)

patch

  • src/system/boot/platform/openfirmware/network.cpp

    diff --git a/src/system/boot/platform/openfirmware/network.cpp b/src/system/boot/platform/openfirmware/network.cpp
    index 6a02ccd..f5b23c6 100644
    a b  
    1818
    1919//#define TRACE_NETWORK
    2020#ifdef TRACE_NETWORK
    21 #   define TRACE(x) dprintf x
     21#   define TRACE(x) printf x
    2222#else
    2323#   define TRACE(x) ;
    2424#endif