unixctl: Fix bad log message on error path.
authorBen Pfaff <blp@nicira.com>
Fri, 23 Mar 2012 20:42:12 +0000 (13:42 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 23 Mar 2012 20:56:22 +0000 (13:56 -0700)
commit5708fd1fc09fb2b23ce12ef7c94e579715c23c02
tree05cdab552e65b5ef0cb66531cb845885c7c56e30
parentbc33a059cd54770ace1e64f5ce200622c764d02b
unixctl: Fix bad log message on error path.

'path' is usually not the right path (often it's NULL).

Introduced in commit bde9f75de (unixctl: New JSON RPC back-end.).

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