secchan: Fix logging of datapath ID.
authorBen Pfaff <blp@nicira.com>
Mon, 2 Mar 2009 22:16:48 +0000 (14:16 -0800)
committerBen Pfaff <blp@nicira.com>
Mon, 2 Mar 2009 22:16:48 +0000 (14:16 -0800)
commit56df1e817c23de6eb5cae698611b0f1bec6ee8c1
treea3d38523c934c38da873b018045b792042b99c84
parent1e072c81676c8fbc38cb39f3dfec68d7c0e1e791
secchan: Fix logging of datapath ID.

ofproto was logging the datapath ID passed in as part of its settings, but
that's allowed to be 0.  Instead, it needs to log the datapath ID that is
actually in use.
secchan/ofproto.c