lib/cmds/stream.rb in cmds-0.2.10 vs lib/cmds/stream.rb in cmds-0.2.11
- old
+ new
@@ -9,10 +9,10 @@
#
# @return [Fixnum]
# command exit status.
#
def stream *args, **kwds, &io_block
- Cmds.debug "entering Cmds#stream",
+ logger.trace "entering Cmds#stream",
args: args,
kwds: kwds,
io_block: io_block
spawn *args, **kwds, &io_block
\ No newline at end of file