stream-ssl: Avoid logging no-match error redundantly.
authorBen Pfaff <blp@nicira.com>
Thu, 9 Aug 2012 17:49:57 +0000 (10:49 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 9 Aug 2012 21:19:29 +0000 (14:19 -0700)
commitb6d729adb55c24fdeafecdae8565ba04586b93a0
tree6d793c51ad9722d190bde648307ff43697f5f184
parent47ebcf25ef6d1475b5e634d79218ad553f72fdcd
stream-ssl: Avoid logging no-match error redundantly.

If we've already reported an error at this point, then we currently report
a no-match error also, but that doesn't add any useful information; it's
just noise in the log.

Signed-off-by: Ben Pfaff <blp@nicira.com>
lib/stream-ssl.c