diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/lib/oeqa/core/target/ssh.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/core/target/ssh.py b/meta/lib/oeqa/core/target/ssh.py index 927d659525..151b99a77f 100644 --- a/meta/lib/oeqa/core/target/ssh.py +++ b/meta/lib/oeqa/core/target/ssh.py | |||
@@ -83,7 +83,7 @@ class OESSHTarget(OETarget): | |||
83 | processTimeout = self.timeout | 83 | processTimeout = self.timeout |
84 | 84 | ||
85 | status, output = self._run(sshCmd, processTimeout, True) | 85 | status, output = self._run(sshCmd, processTimeout, True) |
86 | self.logger.info('\nCommand: %s\nOutput: %s\n' % (command, output)) | 86 | self.logger.debug('Command: %s\nOutput: %s\n' % (command, output)) |
87 | return (status, output) | 87 | return (status, output) |
88 | 88 | ||
89 | def copyTo(self, localSrc, remoteDst): | 89 | def copyTo(self, localSrc, remoteDst): |