1
0
Fork 0

daemon: do not log traceback if profile cannot be loaded

Related: rhbz#953128
Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
This commit is contained in:
Jaroslav Škarvada 2013-11-06 18:04:02 +01:00
parent d3e708019b
commit 7608f2dc2b

View file

@ -18,7 +18,6 @@ class Daemon(object):
try:
self._init_profile(profile_name)
except TunedException as e:
log.exception(e)
log.error("Cannot set initial profile. No tunings will be enabled!")
def _init_threads(self):