Skip to content

Commit

Permalink
Streams deinit logging on stderr
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Cabanero committed Nov 15, 2023
1 parent 6e5bbb7 commit b3e9a65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SSH/Streams.swift
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ class OutStream {

deinit {
if self.isStderr == 1 {
log.message("Errstream deinit", SSH_LOG_DEBUG)
log.message("Errstream deinit", SSH_LOG_INFO)
} else {
log.message("Outstream deinit", SSH_LOG_INFO)
}
Expand Down

0 comments on commit b3e9a65

Please sign in to comment.