26 lines
792 B
Diff
26 lines
792 B
Diff
From 8f2f392c86472a19a447383e56cf1e797d105852 Mon Sep 17 00:00:00 2001
|
|
From: QiuSimons <45143996+QiuSimons@users.noreply.github.com>
|
|
Date: Thu, 30 Nov 2023 11:53:12 +0800
|
|
Subject: [PATCH] Update upnpevents.c
|
|
|
|
---
|
|
miniupnpd/upnpevents.c | 4 ++--
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/upnpevents.c b/upnpevents.c
|
|
index 2e1b22f90..5730a0c7d 100644
|
|
--- a/upnpevents.c
|
|
+++ b/upnpevents.c
|
|
@@ -547,9 +547,9 @@ upnp_event_process_notify(struct upnp_event_notify * obj)
|
|
}
|
|
if(err != 0) {
|
|
errno = err;
|
|
- syslog(LOG_WARNING, "%s: connect(%s%s): %m",
|
|
+ /* syslog(LOG_WARNING, "%s: connect(%s%s): %m",
|
|
"upnp_event_process_notify",
|
|
- obj->addrstr, obj->portstr);
|
|
+ obj->addrstr, obj->portstr); */
|
|
obj->state = EError;
|
|
break;
|
|
}
|