From: Michael R. Crusoe <michael.crusoe>
Subject: remove unnecessary __FILE__ reference

It reduces the reproduciblilty of the build
--- a/src/polisher.cpp
+++ b/src/polisher.cpp
@@ -146,8 +146,7 @@
 #else
         fprintf(stderr, "[racon::createPolisher] error: "
                 "Attemping to use CUDA when CUDA support is not available.\n"
-                "Please check logic in %s:%s\n",
-                __FILE__, __func__);
+                "Please check logic in scripts/racon_wrapper.py:%s\n", __func__);
         exit(1);
 #endif
     }
