summaryrefslogtreecommitdiff
path: root/Lib/test/output/test_logging
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/output/test_logging')
-rw-r--r--Lib/test/output/test_logging6
1 files changed, 3 insertions, 3 deletions
diff --git a/Lib/test/output/test_logging b/Lib/test/output/test_logging
index 7be3a3e8ae..c0d6e06451 100644
--- a/Lib/test/output/test_logging
+++ b/Lib/test/output/test_logging
@@ -488,12 +488,12 @@ INFO:a.b.c.d:Info 5
-- log_test4 begin ---------------------------------------------------
config0: ok.
config1: ok.
-config2: <class 'exceptions.AttributeError'>
-config3: <class 'exceptions.KeyError'>
+config2: <type 'exceptions.AttributeError'>
+config3: <type 'exceptions.KeyError'>
-- log_test4 end ---------------------------------------------------
-- log_test5 begin ---------------------------------------------------
ERROR:root:just testing
-<class 'exceptions.KeyError'>... Don't panic!
+<type 'exceptions.KeyError'>... Don't panic!
-- log_test5 end ---------------------------------------------------
-- logrecv output begin ---------------------------------------------------
ERR -> CRITICAL: Message 0 (via logrecv.tcp.ERR)