Skip to content

Commit

Permalink
comment out error logging on missing crypto commands
Browse files Browse the repository at this point in the history
Change-Id: Ife57c0c4c137164dc582be0aca18076561e6a5a6
Reviewed-on: http://review.couchbase.org/9943
Reviewed-by: Chris Anderson <jchris@couchbase.com>
Tested-by: Chris Anderson <jchris@couchbase.com>
  • Loading branch information
Chris Anderson committed Oct 4, 2011
1 parent f580654 commit ee8cb1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/crypto_drv_ios.c
Expand Up @@ -278,8 +278,8 @@ int crypto_control(ErlDrvData drv_data, unsigned int command,
}
// NOTE: If you implement more cases, you must add them to kImplementedFuncs[].
default: {
fprintf(stderr, "ERROR: crypto_drv_ios.c: unsupported crypto_control command %u\n",
command);
// fprintf(stderr, "ERROR: crypto_drv_ios.c: unsupported crypto_control command %u\n",
// command);
return -1;
}
}
Expand Down

0 comments on commit ee8cb1f

Please sign in to comment.