forked from josch/mmdebstrap
add debug output for unknown data type
This commit is contained in:
parent
da4f9e4349
commit
e12db588bd
1 changed files with 1 additions and 1 deletions
|
@ -944,7 +944,7 @@ sub setup {
|
|||
} elsif (ref $value eq 'ARRAY') {
|
||||
debug "$key: [" . (join ', ', @{$value}) . "]";
|
||||
} else {
|
||||
error "unknown type";
|
||||
error "unknown type for key $key: " . (ref $value);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue