diff options
author | Guido van Rossum <guido@python.org> | 2003-04-25 14:22:00 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2003-04-25 14:22:00 (GMT) |
commit | 376e636f186e22ad479f35da4b973114d11ff2d9 (patch) | |
tree | bac789f3a0c454bdd8a8a539976a6a90f18a23d8 /Lib/test/output | |
parent | 7d9963fea8295962e501b23800aee57a15bd2b8e (diff) | |
download | cpython-376e636f186e22ad479f35da4b973114d11ff2d9.zip cpython-376e636f186e22ad479f35da4b973114d11ff2d9.tar.gz cpython-376e636f186e22ad479f35da4b973114d11ff2d9.tar.bz2 |
New version from Vinaj, should solve the threading problems (hopefully).
Diffstat (limited to 'Lib/test/output')
-rw-r--r-- | Lib/test/output/test_logging | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/test/output/test_logging b/Lib/test/output/test_logging index 0b0c4a0..e7c3eef 100644 --- a/Lib/test/output/test_logging +++ b/Lib/test/output/test_logging @@ -25,7 +25,7 @@ WARNING:UNDEF:Message 21 INFO:UNDEF:Message 22 CRITICAL:INF.BADPARENT.UNDEF:Message 23 CRITICAL:INF.BADPARENT:Message 24 -INFO:INF:Messages should bear numbers 0 through 24. +INFO:INF:Finish up, it's closing time. Messages should bear numbers 0 through 24. -- log_test0 end --------------------------------------------------- -- log_test1 begin --------------------------------------------------- -- setting logging level to 'Boring' ----- @@ -511,5 +511,5 @@ UNDEF -> WARNING: Message 21 (via logrecv.tcp.UNDEF) UNDEF -> INFO: Message 22 (via logrecv.tcp.UNDEF) INF.BADPARENT.UNDEF -> CRITICAL: Message 23 (via logrecv.tcp.INF.BADPARENT.UNDEF) INF.BADPARENT -> CRITICAL: Message 24 (via logrecv.tcp.INF.BADPARENT) -INF -> INFO: Messages should bear numbers 0 through 24. (via logrecv.tcp.INF) +INF -> INFO: Finish up, it's closing time. Messages should bear numbers 0 through 24. (via logrecv.tcp.INF) -- logrecv output end --------------------------------------------------- |