$OpenBSD: patch-deb_format822_ml,v 1.1 2015/08/30 15:56:12 avsm Exp $
--- deb/format822.ml.orig	Tue Nov 18 11:42:46 2014
+++ deb/format822.ml	Mon Aug  3 18:07:28 2015
@@ -13,7 +13,7 @@
 open ExtLib
 open Common
 
-include Util.Logging(struct let label = __FILE__ end) ;;
+include Util.Logging(struct let label = "deb/format822.ml" end) ;;
 
 type loc = Lexing.position * Lexing.position
 type stanza = (string * (loc * string)) list
