Skip to content
Snippets Groups Projects
Commit 4d31da05 authored by Peters, Wouter's avatar Peters, Wouter
Browse files

minor changes to logging messages

parent 20666f1b
Branches
Tags
No related merge requests found
......@@ -71,7 +71,7 @@ class TM5():
dummy = self.LoadRc(RcFileName) # load the specified rc-file
dummy = self.ValidateRc() # validate the contents
msg = '%s object initialized'%self.Identifier ; logging.info(msg)
msg = '%s object initialized'%self.Identifier ; logging.debug(msg)
msg = '%s version: %s'%(self.Identifier,self.Version) ; logging.info(msg)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment