Skip to content

Commit 170f39b

Browse files
author
RbChip
committed
NI-DAQmx-wait-changes: Restore a log line back to debug instead of info.
1 parent 2175cc8 commit 170f39b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NI_DAQmx/blacs_workers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -777,7 +777,7 @@ def wait_monitor(self):
777777
Continuing to wait."""
778778
self.logger.warning(dedent(msg))
779779
# Keep waiting for the clock to resume:
780-
self.logger.info('Waiting for pulse indicating end of wait')
780+
self.logger.debug('Waiting for pulse indicating end of wait')
781781
semiperiods = self.read_edges(2, timeout=None)
782782
# Alright, now we're at the end of the wait.
783783
self.semiperiods.extend(semiperiods)

0 commit comments

Comments
 (0)