Skip to content
Snippets Groups Projects
Commit d371317d authored by Danilo Ferreira de Lima's avatar Danilo Ferreira de Lima
Browse files

Be less verbose.

parent e06ba684
No related branches found
No related tags found
2 merge requests!59Interface CrystFEL with Karabo and allow automatic parameter tunning with rcrystfel,!53Train picker arbiter kernel
......@@ -526,7 +526,7 @@ class CrystfelRunner(PythonDevice):
# if we have not started CrystFEL, do nothing
state = self.get('state')
if state is not State.STARTED:
self.log.INFO("Device not started, so dropping input.")
self.log.DEBUG("Device not started, so dropping input.")
return
# otherwise forward the input to the queue
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment