commit | cefedf2ff2d95c05d5528a5e3914cad5a4e718ef | [log] [tgz] |
---|---|---|
author | Michal Vasko <mvasko@cesnet.cz> | Wed Jan 20 10:08:12 2016 +0100 |
committer | Michal Vasko <mvasko@cesnet.cz> | Wed Jan 20 10:08:12 2016 +0100 |
tree | 22f451f3f0378dd271ef762a15fbf9e47fdb49cc | |
parent | 085ff563740bfa5f1906b4461eabd2bf7afa234d [diff] [blame] |
log MAINTENANCE proper (albeit useless) type cast
diff --git a/src/log.c b/src/log.c index f316fb9..f4112cb 100644 --- a/src/log.c +++ b/src/log.c
@@ -38,7 +38,7 @@ nc_verbosity(NC_VERB_LEVEL level) { verbose_level = level; - ly_verb(level); + ly_verb((LY_LOG_LEVEL)level); } struct {