mirror of
https://github.com/simon987/sist2.git
synced 2025-12-16 08:49:07 +00:00
Better logging, fixes #15
This commit is contained in:
@@ -262,8 +262,7 @@ void read_index(const char *path, const char index_id[UUID_STR_LEN], index_func
|
||||
break;
|
||||
}
|
||||
default:
|
||||
fprintf(stderr, "Invalid meta key (corrupt index): %x\n", key);
|
||||
break;
|
||||
LOG_FATALF("serialize.c", "Invalid meta key (corrupt index): %x", key)
|
||||
}
|
||||
|
||||
key = getc(file);
|
||||
|
||||
Reference in New Issue
Block a user