$OpenBSD: patch-algo_statistics_ml,v 1.1 2015/08/30 15:56:12 avsm Exp $
--- algo/statistics.ml.orig	Tue Nov 18 11:42:46 2014
+++ algo/statistics.ml	Mon Aug  3 18:07:28 2015
@@ -22,7 +22,7 @@ open Graph
 open ExtLib
 open Common
 
-include Util.Logging(struct let label = __FILE__ end) ;;
+include Util.Logging(struct let label = "algo/statistics.ml" end) ;;
 
 module Make (G: Sig.I ) = struct
   module VS = Set.Make (G.V)
