diff options
Diffstat (limited to 'module')
-rw-r--r-- | module/lib/rename_process.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/lib/rename_process.py b/module/lib/rename_process.py index 8d74387f3..2527cef39 100644 --- a/module/lib/rename_process.py +++ b/module/lib/rename_process.py @@ -10,5 +10,5 @@ def renameProcess(new_name): libc.prctl(15, new_name, 0, 0, 0) return True except Exception, e: - print "Rename process failed", e + #print "Rename process failed", e return False |