ovsdb: Warn about reaching max session limit
authorAndy Zhou <azhou@nicira.com>
Tue, 24 Feb 2015 07:15:23 +0000 (23:15 -0800)
committerAndy Zhou <azhou@nicira.com>
Tue, 24 Feb 2015 18:41:52 +0000 (10:41 -0800)
commit04abfbe727fa60756bf3f3da2fac57b7222b6d3f
tree987de3d2a56f716e51658b5d8acfc73164fde559
parentb809f733edd2185469c55ef03eda5f3191ef6681
ovsdb: Warn about reaching max session limit

Without the log message, it was not obvious why ovsdb-server no longer
accepts new connections when the session limit was reached. This patch
adds a log message to make it obvious.

Signed-off-by: Andy Zhou <azhou@nicira.com>
Acked-by: Russell Bryant <rbryant@redhat.com>
Acked-by: Ben Pfaff <blp@nicira.com>
ovsdb/jsonrpc-server.c