[wmi] self review: improve logger output

Signed-off-by: XiaoliChan <2209553467@qq.com>
main
XiaoliChan 2023-08-30 11:30:19 +08:00
parent 2cb9563cc1
commit b22b2aadf4
1 changed files with 1 additions and 1 deletions

View File

@ -442,7 +442,7 @@ class wmi(connection):
return False
if self.server_os is not None and "NT 5" in self.server_os:
self.logger.fail("Execute command: Not support current server os (version < NT 6)")
self.logger.fail("Execute command failed, not support current server os (version < NT 6)")
return False
if self.args.exec_method == "wmiexec":