Skip to content
Snippets Groups Projects
Commit ab032a70 authored by Olivier Le Brouster's avatar Olivier Le Brouster
Browse files

fix: typo

parent 8365a5c1
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ class Command(BaseCommand):
print message
def _notice(self, message):
if self.verbosity > 3:
if self.verbosity > 2:
print message
def _sync_event(self, wrapper, event, overrided_data):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment