From: Dietmar Maurer Date: Tue, 16 Dec 2014 12:23:37 +0000 (+0100) Subject: cleanup error message X-Git-Url: https://git.proxmox.com/?p=pve-common.git;a=commitdiff_plain;h=26a8d824a523eedb21ab57d16cb9b4ed2822a223 cleanup error message --- 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});