Skip to content

Commit f54deff

Browse files
committed
edited reg query fail msgs
1 parent 43da818 commit f54deff

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

nxc/modules/hyperv-host.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ def on_admin_login(self, context, connection):
4545

4646
rrp.hBaseRegCloseKey(remote_ops._RemoteOperations__rrp, key_handle)
4747
except DCERPCException as e:
48-
self.context.log.fail(f"DCERPC Error while querying or modifying registry: {e}")
48+
self.context.log.fail(f"DCERPC Error while querying registry: {e}")
4949
except Exception as e:
50-
self.context.log.fail(f"Error while querying or modifying registry: {e}")
50+
self.context.log.fail(f"Error while querying registry: {e}")
5151
finally:
5252
remote_ops.finish()
5353

0 commit comments

Comments
 (0)