diff --git a/bin/trigger-updates b/bin/trigger-updates
index a402b49fb1c2e6c26ba32f3568bc63dff01b07dc..15c7fbdc13ecfec8088d20c5bc4a128a72a0db45 100755
--- a/bin/trigger-updates
+++ b/bin/trigger-updates
@@ -50,8 +50,13 @@ def trigger_updates(gl, data, filterglob):
                 ref = report.get("base")["name"]
 
                 if report["branch"] not in trusted_sources.keys():
-                    logging.info(
-                        f'Skipping {package_name} {report["upstream"]["version"]} from {report["branch"]} because not in trusted sources'
+                    print(
+                        f"{path_with_namespace}:",
+                        "Skip",
+                        report["upstream"]["version"],
+                        "from",
+                        report["branch"],
+                        "because not in trusted sources (whitelists.yaml)",
                     )
                     continue
 
@@ -59,8 +64,13 @@ def trigger_updates(gl, data, filterglob):
                 if args.only_security:
                     if not report["branch"].endswith("-security"):
                         should_trigger_security = False
-                        logging.debug(
-                            f'Skipping {package_name} {report["upstream"]["version"]} from {report["branch"]} due to --only-security'
+                        print(
+                            f"{path_with_namespace}:",
+                            "Skip",
+                            report["upstream"]["version"],
+                            "from",
+                            report["branch"],
+                            "due to --only-security",
                         )
 
                 print(