From 26a8d824a523eedb21ab57d16cb9b4ed2822a223 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Tue, 16 Dec 2014 13:23:37 +0100 Subject: [PATCH] cleanup error message --- data/PVE/INotify.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/PVE/INotify.pm b/data/PVE/INotify.pm index 3605512..d040041 100644 --- a/data/PVE/INotify.pm +++ b/data/PVE/INotify.pm @@ -315,7 +315,7 @@ sub parse_ccache_options { sub register_file { my ($id, $filename, $parser, $writer, $update, %options) = @_; - die "can't register file after initify_init" if $inotify; + die "can't register file '$filename' after inotify_init" if $inotify; die "file '$filename' already added :ERROR" if defined ($ccache->{$filename}); die "ID '$id' already used :ERROR" if defined ($ccachemap->{$id}); -- 2.39.2