Skip to content

Commit a7dd167

Browse files
committed
Revert "Change logging"
This reverts commit 1f1aa0c.
1 parent 76b59f8 commit a7dd167

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_smile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5062,7 +5062,7 @@ async def test_connect_p1v4_missing_logs(self):
50625062
try:
50635063
await self.device_test(smile, testdata)
50645064
except pw_exceptions.XMLDataMissingError:
5065-
_LOGGER.info("Passed XML data missing testcase, processing stopped")
5065+
_LOGGER.error("XML data missing, processing stopped")
50665066

50675067
await smile.close_connection()
50685068
await self.disconnect(server, client)

0 commit comments

Comments
 (0)