diff options
author | Guilhem Moulin <guilhem.moulin@ens-lyon.org> | 2012-02-18 11:49:28 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem.moulin@ens-lyon.org> | 2012-02-18 11:49:28 +0100 |
commit | 51696eb140a328e416934f26ee83854dadc9896a (patch) | |
tree | a1e8f1b5b42b031ce26f4cfd1066532593a280df | |
parent | fdf9307f5140393938ed27a1079792b748cad4e5 (diff) |
error message
-rwxr-xr-x | videoadd.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/videoadd.pl b/videoadd.pl index c5278a5..7252c78 100755 --- a/videoadd.pl +++ b/videoadd.pl @@ -212,7 +212,7 @@ if (defined $imdb{crit}) { do { $movie = new IMDB::Film(%imdb); - die "Something wrong happened: " .$movie->error. "\n" + die "Error: " .$movie->error. "\n" unless $movie->status; my @matches = @{$movie->matched}; |