diff options
Diffstat (limited to 'rpkid/pubd.py')
-rw-r--r-- | rpkid/pubd.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpkid/pubd.py b/rpkid/pubd.py index ceb6bac7..db98faeb 100644 --- a/rpkid/pubd.py +++ b/rpkid/pubd.py @@ -176,7 +176,7 @@ def main(): if profile: rpki.log.info("Running in profile mode with output to %s" % profile) - cfg.set_debugging_flags() + cfg.set_global_flags() pctx = pubd_context(cfg) |