]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
proxyd: downgrade to log_debug() for unmatched broadcasts 724/head
authorDaniel Buch <boogiewasthere@gmail.com>
Sat, 25 Jul 2015 12:12:39 +0000 (14:12 +0200)
committerDaniel Buch <boogiewasthere@gmail.com>
Sat, 25 Jul 2015 12:12:39 +0000 (14:12 +0200)
src/bus-proxyd/proxy.c

index 89c68134fc221d94e1b39b3b6b1e2ecfef62b11f..7163d6daef53f350b4e51aa95dc80563e0e1f532 100644 (file)
@@ -733,7 +733,7 @@ static int proxy_process_destination_to_local(Proxy *p) {
         /* discard broadcasts that were not matched by any MATCH rule */
         if (!matched && !sd_bus_message_get_destination(m)) {
                 if (!matched_synthetic)
-                        log_warning("Dropped unmatched broadcast: uid=" UID_FMT " gid=" GID_FMT" message=%s path=%s interface=%s member=%s",
+                        log_debug("Dropped unmatched broadcast: uid=" UID_FMT " gid=" GID_FMT" message=%s path=%s interface=%s member=%s",
                                     p->local_creds.uid, p->local_creds.gid, bus_message_type_to_string(m->header->type),
                                     strna(m->path), strna(m->interface), strna(m->member));
                 return 1;