SimpCfg:Trim DumpHexString only if SC_DEBUG_VERBOSE
This commit is contained in:
parent
f53c19baac
commit
20e5b383c5
1 changed files with 2 additions and 1 deletions
|
@ -56,6 +56,7 @@
|
||||||
|
|
||||||
|
|
||||||
#define SC_DEBUG
|
#define SC_DEBUG
|
||||||
|
#undef SC_DEBUG_VERBOSE
|
||||||
#define SC_TEST_PRG
|
#define SC_TEST_PRG
|
||||||
#ifdef SC_TEST_PRG
|
#ifdef SC_TEST_PRG
|
||||||
#define LINFO_LN(FMT, ...) fprintf(stdout, FMT"\n", __VA_ARGS__)
|
#define LINFO_LN(FMT, ...) fprintf(stdout, FMT"\n", __VA_ARGS__)
|
||||||
|
@ -148,7 +149,7 @@ void dumphex_string(const TString &sIn, const std::string &msgTag){
|
||||||
//
|
//
|
||||||
template <typename TString>
|
template <typename TString>
|
||||||
TString str_trim_dumb(TString sin, const TString &trimChars=" \t\n") {
|
TString str_trim_dumb(TString sin, const TString &trimChars=" \t\n") {
|
||||||
#ifdef SC_DEBUG
|
#ifdef SC_DEBUG_VERBOSE
|
||||||
dumphex_string(sin, "DBUG:TrimDumb:Str:");
|
dumphex_string(sin, "DBUG:TrimDumb:Str:");
|
||||||
dumphex_string(trimChars, "DBUG:TrimDumb:Tim:");
|
dumphex_string(trimChars, "DBUG:TrimDumb:Tim:");
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue