Issues/issue 632 invoke id mismatch (#633)
Fixed nuisance print messages in ports/linux/dlmstp by changing to debug print only.
This commit is contained in:
@@ -203,6 +203,7 @@ int debug_fprintf(FILE *stream, const char *format, ...)
|
||||
va_end(ap);
|
||||
fflush(stream);
|
||||
#else
|
||||
(void)stream;
|
||||
(void)format;
|
||||
#endif
|
||||
return length;
|
||||
|
||||
Reference in New Issue
Block a user