changes for supporting the version 2 log format.

This commit is contained in:
Nathan Scott
2002-09-01 11:11:13 +00:00
parent 7427a5a70e
commit 42e823a997
4 changed files with 6 additions and 3 deletions
+1
View File
@@ -68,6 +68,7 @@ _filter_logprint()
s/log file: "([\w|\/.-]+)" daddr: (\d+) length: (\d+)/log device: LDEV daddr: XXX length: XXX/;
s/skipped (\w+) zeroed blocks/skipped XXX zeroed blocks/;
s/^uuid: *[0-9a-f-][0-9a-f-]* *format: *.*$/uuid: <UUID> format: <FORMAT>/;
s/version: \d/version: <VERN>/;
print;
'
}