Fix casting of AbstractLogProvider::LogLevel to int 63/134463/1 accepted/tizen/unified/20170620.174038 submit/tizen/20170619.051653
authorRafal Krypa <r.krypa@samsung.com>
Fri, 16 Jun 2017 17:05:59 +0000 (19:05 +0200)
committerRafal Krypa <r.krypa@samsung.com>
Fri, 16 Jun 2017 17:08:29 +0000 (19:08 +0200)
commit3ef92a6c151f78c75c9bd7036c6afe4b2bc92062
treeb03509696d8f1f6fa59489b993fc26fbdf8b2c42
parentc21cbafd945cc62585d1ba3e7bf1c73bc929ed88
Fix casting of AbstractLogProvider::LogLevel to int

When DPL dlog provider prints error message about unsupported log level, it must
explicitly cast LogLevel to int before printing it with %d.
This fixes KONA issue RQ170612-01344 reported by VD.

Change-Id: I31f298550d4ebe2888a82878489fa061b93c2995
src/manager/dpl/log/src/dlog_log_provider.cpp