diff --git a/src/librt/regionfix.c b/src/librt/regionfix.c index 7fb2a0e8c92..11aa7a16270 100644 --- a/src/librt/regionfix.c +++ b/src/librt/regionfix.c @@ -71,7 +71,7 @@ rt_regionfix(struct rt_i *rtip) fp = fopen(file, "rb"); if (fp == NULL) { - if (rtip->rti_region_fix_file) perror(file); + if (rtip->rti_region_fix_file) bu_log("unable to open REGEXP file: %s\n", file); bu_vls_free(&name); return; }