summaryrefslogtreecommitdiff
path: root/example.py
diff options
context:
space:
mode:
Diffstat (limited to 'example.py')
-rwxr-xr-xexample.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/example.py b/example.py
index 60bd249..601a5f6 100755
--- a/example.py
+++ b/example.py
@@ -56,6 +56,7 @@ def _main():
logging.basicConfig(format='%(message)s', level=logging.INFO)
gerrit = GerritClient(host=options.hostname)
+ logging.info("Connected to Gerrit version [%s]", gerrit.gerrit_version())
gerrit.start_event_stream()
try:
while True: