libpinproc icon indicating copy to clipboard operation
libpinproc copied to clipboard

Unify stdout, stderr, DEBUG and lasterror

Open tomlogic opened this issue 4 years ago • 0 comments

As recommended by @jabdoa2, we need to clean up our error reporting.

  • Code in libpinproc shouldn't be printing anything out at all, unless it's a debug build.
  • The two programs using libpinproc (pinprocfw, pinproctest) should consistently use stderr for error reporting and stdout for information.

tomlogic avatar Aug 04 '20 16:08 tomlogic