Skip to content

Commit eff3f8e

Browse files
committed
chore: made all tha changes
1 parent 3d48d06 commit eff3f8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

switchmap/poller/snmp/async_snmp_info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ async def everything(self):
5656
keys = ["misc", "system", "layer1", "layer2", "layer3"]
5757
for key, result in zip(keys, results):
5858
if isinstance(result, Exception):
59-
log.warning(f"{key} failed: {result}")
59+
log.log2warning(f"{key} failed: {result}")
6060
elif result:
6161
data[key] = result
6262

0 commit comments

Comments
 (0)