]> git.proxmox.com Git - mirror_lxc.git/blobdiff - src/lxc/confile.c
tree-wide: priority -> level
[mirror_lxc.git] / src / lxc / confile.c
index 947ba33d5f10dfecd7574173be1bd57e3f50a703..6a7d2bd100e2d8a4ad0e21df89f5f4f5b57d8d74 100644 (file)
@@ -1663,7 +1663,7 @@ static int set_config_loglevel(const char *key, const char *value,
 
        /* Set config value to default. */
        if (config_value_empty(value)) {
-               lxc_conf->loglevel = LXC_LOG_PRIORITY_NOTSET;
+               lxc_conf->loglevel = LXC_LOG_LEVEL_NOTSET;
                return 0;
        }
 
@@ -3932,7 +3932,7 @@ static inline int clr_config_idmaps(const char *key, struct lxc_conf *c)
 
 static inline int clr_config_loglevel(const char *key, struct lxc_conf *c)
 {
-       c->loglevel = LXC_LOG_PRIORITY_NOTSET;
+       c->loglevel = LXC_LOG_LEVEL_NOTSET;
        return 0;
 }