• Alessandro Rubini's avatar
    diag: msg.c: use the newly introduced pp_Vprintf · 33bbc975
    Alessandro Rubini authored
    The pp_Vprintf (Verbose printf) macro, replaces PP_VPRINTF in the file
    to ease generation of dumps.
    
    All messages are build-time protected by "ifdef VERB_DUMP" anyways:
    by removing the dependency on CONFIG_PPSI_RUNTIME_VERBOSITY it's
    easier to enable the messages at build time because you just need
    to set
    
       USER_CFLAGS="-DVERB_DUMP"
    
    without the need to force RUNTIME_VERBOSITY as well.
    Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
    33bbc975
Name
Last commit
Last update
..
constants.h Loading commit data...
diag-macros.h Loading commit data...
diag.h Loading commit data...
ieee1588_types.h Loading commit data...
lib.h Loading commit data...
ppsi.h Loading commit data...