nat: nat44 cli command fix
[vpp.git] / src / plugins / nat / nat.c
index 232c26a..eaecd96 100644 (file)
@@ -2994,8 +2994,7 @@ nat44_plugin_enable (nat44_config_t c)
 
   sm->enabled = 1;
 
-
-  nat_log_err ("nat44 enable");
+  nat_log_info ("nat44 enable");
 
   return 0;
 }