]> git.cworth.org Git - fips/blobdiff - metrics.c
Ensure that the name "fips" appears in all error messages.
[fips] / metrics.c
index 0c776e7ebec5cdc1fe950588688b985ac36b9895..1e2e0184e6592af840c4a69eff7247a004e49c26 100644 (file)
--- a/metrics.c
+++ b/metrics.c
@@ -179,7 +179,7 @@ metrics_op_string (metrics_op_t op)
        case METRICS_OP_TEX_IMAGE:
                return "glTexImage*(+)";
        default:
-               fprintf (stderr, "Internal error: "
+               fprintf (stderr, "fips: Internal error: "
                         "Unknown metrics op value: %d\n", op);
                exit (1);
        }