You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With introduction of COGIP_DEBUG_COUT macro that automatically adds a new line at the end, the functions printing JSON are broken since there are new lines added in the middle of the messages.
Possible fixes:
remove those functions that are not used anymore (but could be useful for debug)
implement a log module to handle info/log/error/debug messages
remove the new line from the macro
The text was updated successfully, but these errors were encountered:
With introduction of COGIP_DEBUG_COUT macro that automatically adds a new line at the end, the functions printing JSON are broken since there are new lines added in the middle of the messages.
Possible fixes:
The text was updated successfully, but these errors were encountered: