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:
parent
d3e708019b
commit
7608f2dc2b
1 changed files with 0 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Reference in a new issue