summaryrefslogtreecommitdiffstats
path: root/bin/bitbake-prserv
diff options
context:
space:
mode:
Diffstat (limited to 'bin/bitbake-prserv')
-rwxr-xr-xbin/bitbake-prserv2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/bitbake-prserv b/bin/bitbake-prserv
index a8d7acb4c..03821446b 100755
--- a/bin/bitbake-prserv
+++ b/bin/bitbake-prserv
@@ -50,6 +50,6 @@ if __name__ == "__main__":
except Exception:
ret = 1
import traceback
- traceback.print_exc(5)
+ traceback.print_exc()
sys.exit(ret)