]> git.proxmox.com Git - mirror_frr.git/blobdiff - mgmtd/mgmt_ds.c
Merge pull request #13149 from pushpasis/mgmt_cleanup_zlog
[mirror_frr.git] / mgmtd / mgmt_ds.c
index 58c49b8789e067578b5e56503da3e075344aceb2..05a67a89cd56b9c5c520933d42bb1f403ee61574 100644 (file)
@@ -24,7 +24,7 @@
 #define MGMTD_DS_DBG(fmt, ...)                                                 \
        do {                                                                   \
                if (mgmt_debug_ds)                                             \
-                       zlog_err("%s: " fmt, __func__, ##__VA_ARGS__);         \
+                       zlog_debug("%s: " fmt, __func__, ##__VA_ARGS__);       \
        } while (0)
 #define MGMTD_DS_ERR(fmt, ...)                                                 \
        zlog_err("%s: ERROR: " fmt, __func__, ##__VA_ARGS__)