logger: make a printing function const 78/177378/3
authorMichal Bloch <m.bloch@samsung.com>
Fri, 27 Apr 2018 10:41:46 +0000 (12:41 +0200)
committerMichal Bloch <m.bloch@samsung.com>
Mon, 11 Jun 2018 12:12:00 +0000 (12:12 +0000)
commit99013cc83a15250a6acda25f637abe9fea898266
treef519cc2282c47a5412694b72d800103825375f0e
parentf4fe42b5dc8dcff4572353675c1bc52a62d7d939
logger: make a printing function const

Log entries should never be modified by being printed
so this helps prevent possible mistakes in the future.

Change-Id: Ib03209db7fbcc382a73c24ababe172da5bdcdbbf
Signed-off-by: Michal Bloch <m.bloch@samsung.com>
src/logger/logger.c