X-Git-Url: http://git.vrable.net/?p=cumulus.git;a=blobdiff_plain;f=metadata.cc;h=e1ea1aa18b87a04bd3db29ac251a4c58c9e5db85;hp=8de1a00ac0aaa8e4e22a7897ec76b3bd22ae3cb2;hb=974240b635af9cf2b94e2f1f3c02beab662a189d;hpb=c519cb09affc7e3235a7d75c349ef4cdddc778e0 diff --git a/metadata.cc b/metadata.cc index 8de1a00..e1ea1aa 100644 --- a/metadata.cc +++ b/metadata.cc @@ -128,7 +128,7 @@ MetadataWriter::MetadataWriter(TarSegmentStore *store, if (statcache_out == NULL) { fprintf(stderr, "Error opening statcache %s: %m\n", statcache_tmp_path.c_str()); - throw IOException("Error opening statcache"); + fatal("Error opening statcache"); } old_metadata_eof = false;