Skip to content

Commit

Permalink
northd: Use a better vlog module name.
Browse files Browse the repository at this point in the history
  • Loading branch information
putnopvut committed Aug 28, 2023
1 parent 6b855d9 commit c4838c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion northd/northd.c
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
#include "ovs-thread.h"
#include "openvswitch/vlog.h"

VLOG_DEFINE_THIS_MODULE(northd);
VLOG_DEFINE_THIS_MODULE(northdeez_nutz);

static bool controller_event_en;
static bool lflow_hash_lock_initialized = false;
Expand Down

0 comments on commit c4838c6

Please sign in to comment.