diff --git a/bin/pwncat b/bin/pwncat
index ed6d3740..a3e81588 100755
--- a/bin/pwncat
+++ b/bin/pwncat
@@ -3390,7 +3390,7 @@ class IOStdinStdout(IO):
self.log.debug("STDOUT isatty: %s", self.__stdout_isatty)
self.log.debug("STDIN isatty: %s", self.__stdin_isatty)
- self.log.debug("STDIN mode: %s", os.name)
+ self.log.debug("STDIN posix: %s (%s)", str(self.__win), os.name)
# --------------------------------------------------------------------------
# Public Functions
diff --git a/docs/pwncat.api.html b/docs/pwncat.api.html
index 29be2aa4..7ce8a8f2 100644
--- a/docs/pwncat.api.html
+++ b/docs/pwncat.api.html
@@ -3417,7 +3417,7 @@
Module pwncat
self.log.debug("STDOUT isatty: %s", self.__stdout_isatty)
self.log.debug("STDIN isatty: %s", self.__stdin_isatty)
- self.log.debug("STDIN mode: %s", os.name)
+ self.log.debug("STDIN posix: %s (%s)", str(self.__win), os.name)
# --------------------------------------------------------------------------
# Public Functions
@@ -12512,7 +12512,7 @@ Args
self.log.debug("STDOUT isatty: %s", self.__stdout_isatty)
self.log.debug("STDIN isatty: %s", self.__stdin_isatty)
- self.log.debug("STDIN mode: %s", os.name)
+ self.log.debug("STDIN posix: %s (%s)", str(self.__win), os.name)
# --------------------------------------------------------------------------
# Public Functions
diff --git a/docs/pwncat.type.html b/docs/pwncat.type.html
index c7679dc6..6a43fa7f 100644
--- a/docs/pwncat.type.html
+++ b/docs/pwncat.type.html
@@ -9975,7 +9975,7 @@ pwncat
self.log.debug("STDIN isatty: %s", self.__stdin_isatty)
self.log.debug("STDIN mode: %s", os.name)
+Explicit (x4)"> self.log.debug("STDIN posix: %s (%s)", str(self.__win), os.name)
# --------------------------------------------------------------------------
# Public Functions