From eb15310543e8ae5bca3b164e538af6386dd72c24 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Mon, 27 Jun 2011 22:22:40 +0200 Subject: little cli improvement --- module/lib/rename_process.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/lib/rename_process.py') 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 -- cgit v1.2.3