Detect XML in *_check tools (#86)
* [*_check] Detect XML in cache_check and era_check
This is based on previous commit b10d8d4440.
* [*_check] Fix typo in check_superblock
This commit is contained in:
@@ -365,7 +365,7 @@ caching::check_superblock(superblock const &sb,
|
||||
|
||||
if (sb.magic != SUPERBLOCK_MAGIC) {
|
||||
ostringstream msg;
|
||||
msg << "magic in incorrect: " << sb.magic;
|
||||
msg << "magic is incorrect: " << sb.magic;
|
||||
visitor.visit(superblock_invalid(msg.str()));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user