Skip to content
Snippets Groups Projects
Commit be3a4bf8 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Make debug a bit less noisy.

parent ea42fffa
No related branches found
No related tags found
No related merge requests found
......@@ -127,7 +127,7 @@
return( CRYPT_ERROR_NOTFOUND );
if( !isActiveChannel( channelInfoPtr ) && channelType != CHANNEL_NONE )
return( CRYPT_ERROR_NOTINITED );
+fprintf(stderr, "Select channel %d (%d) for %s\n", channelInfoPtr->channelID, channelNo, channelType == CHANNEL_READ ? "Read" : (channelType == CHANNEL_WRITE ? "Write" : (channelType == CHANNEL_BOTH ? "Both" : (channelType == CHANNEL_NONE ? "None" : "Unknown!"))));
+//fprintf(stderr, "Select channel %d (%d) for %s\n", channelInfoPtr->channelID, channelNo, channelType == CHANNEL_READ ? "Read" : (channelType == CHANNEL_WRITE ? "Write" : (channelType == CHANNEL_BOTH ? "Both" : (channelType == CHANNEL_NONE ? "None" : "Unknown!"))));
switch( channelType )
{
case CHANNEL_READ:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment