Minor
diff --git a/util/options.cc b/util/options.cc
index b1fb4ce..aab2403 100644
--- a/util/options.cc
+++ b/util/options.cc
@@ -477,9 +477,7 @@
 	  user_data = (void *) font_data;
 	  mm = HB_MEMORY_MODE_WRITABLE;
 	} else {
-	  fail (FALSE, "Failed reading font file `%s': %s",
-		g_filename_display_name (font_file),
-		error->message);
+	  fail (FALSE, "%s", error->message);
 	  //g_error_free (error);
 	}
       }