We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2175cc8 commit 170f39bCopy full SHA for 170f39b
NI_DAQmx/blacs_workers.py
@@ -777,7 +777,7 @@ def wait_monitor(self):
777
Continuing to wait."""
778
self.logger.warning(dedent(msg))
779
# Keep waiting for the clock to resume:
780
- self.logger.info('Waiting for pulse indicating end of wait')
+ self.logger.debug('Waiting for pulse indicating end of wait')
781
semiperiods = self.read_edges(2, timeout=None)
782
# Alright, now we're at the end of the wait.
783
self.semiperiods.extend(semiperiods)
0 commit comments