$OpenBSD: patch-algo_diagnostic_ml,v 1.1 2015/08/30 15:56:12 avsm Exp $
--- algo/diagnostic.ml.orig	Tue Nov 18 11:42:46 2014
+++ algo/diagnostic.ml	Mon Aug  3 18:07:28 2015
@@ -14,7 +14,7 @@ module OcamlHash = Hashtbl
 open ExtLib
 open Common
 
-include Util.Logging(struct let label = __FILE__ end) ;;
+include Util.Logging(struct let label = "algo/diagnostic.ml" end) ;;
 
 (** One un-installability reason for a package *)
 type reason =
