$OpenBSD: patch-common_url_ml,v 1.1 2015/08/30 15:56:12 avsm Exp $
--- common/url.ml.orig	Tue Nov 18 11:42:46 2014
+++ common/url.ml	Mon Aug  3 18:07:28 2015
@@ -12,7 +12,7 @@
 
 exception Invalid_url of string;;
 
-include Util.Logging(struct let label = __FILE__ end) ;;
+include Util.Logging(struct let label = "common/url.ml" end) ;;
 
 (***********************************************************************)
 (* Input schemes *******************************************************)
