CESNET / libnetconf

C NETCONF library
Other
113 stars 84 forks source link

nacm error log when NACM not being used #166

Closed ntadas closed 8 years ago

ntadas commented 8 years ago

Hi,

I have a server implementation that doesn't use NACM. Every time the server sends a notification the following error log is done by libnetconf: "nacm_config_refresh: NACM Subsystem not initialized."

in this case this is expected since I'm not using the NACM, would it be possible to change this log from ERROR to DEBUG (or remove it), since its not mandatory to have the NACM enabled to send notifications.

Regards

michalvasko commented 8 years ago

Hi, should be fixed in the master.

Regards, Michal