diff options
Diffstat (limited to 'pynslcd/pynslcd.py')
| -rwxr-xr-x | pynslcd/pynslcd.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pynslcd/pynslcd.py b/pynslcd/pynslcd.py index 0f234c3..6c2d28a 100755 --- a/pynslcd/pynslcd.py +++ b/pynslcd/pynslcd.py @@ -214,7 +214,7 @@ def acceptconnection(session): try: handler = handlers[action] except KeyError: - logging.warning('invalid action id: %r', action) + logging.warning('invalid action id: 0x%08x', action) return handler(fp, session, uid)() finally: |
