Skip to content

Commit

Permalink
improved a log message
Browse files Browse the repository at this point in the history
  • Loading branch information
kpsychas committed Dec 9, 2015
1 parent 2bc7d94 commit 403964f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neurokernel/core_gpu.py
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ def _sync(self):
if requests:
self.req.Waitall(requests)
if not self.time_sync:
self.log_info('received all data received by %s' % self.id)
self.log_info('all data were received by %s' % self.id)

# Copy received elements into the current module's data array:
for src_id in self._in_ids:
Expand Down

0 comments on commit 403964f

Please sign in to comment.