Skip to content

Commit

Permalink
fix 3
Browse files Browse the repository at this point in the history
  • Loading branch information
sshane committed Apr 25, 2019
1 parent ddd7744 commit e6f4027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selfdrive/kegman_conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def kegman_thread(): # read and write thread; now merges changes from file and
return
except:
print("Error in kegman thread!")
cloudlog.exception("error in kegman thread")
cloudlog.warning("error in kegman thread")
thread_started = False

def write_config(conf): # never to be called outside kegman_conf
Expand Down

0 comments on commit e6f4027

Please sign in to comment.