projects
/
pve-common.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e5ad0c
)
cleanup error message
author
Dietmar Maurer
<dietmar@proxmox.com>
Tue, 16 Dec 2014 12:23:37 +0000
(13:23 +0100)
committer
Dietmar Maurer
<dietmar@proxmox.com>
Tue, 16 Dec 2014 12:24:20 +0000
(13:24 +0100)
data/PVE/INotify.pm
patch
|
blob
|
history
diff --git
a/data/PVE/INotify.pm
b/data/PVE/INotify.pm
index
3605512
..
d040041
100644
(file)
--- 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 ini
tify_init" if $inotify;
+ die "can't register file
'$filename' after ino
tify_init" if $inotify;
die "file '$filename' already added :ERROR" if defined ($ccache->{$filename});
die "ID '$id' already used :ERROR" if defined ($ccachemap->{$id});