summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem.moulin@ens-lyon.org>2012-02-18 11:49:28 +0100
committerGuilhem Moulin <guilhem.moulin@ens-lyon.org>2012-02-18 11:49:28 +0100
commit51696eb140a328e416934f26ee83854dadc9896a (patch)
treea1e8f1b5b42b031ce26f4cfd1066532593a280df
parentfdf9307f5140393938ed27a1079792b748cad4e5 (diff)
error message
-rwxr-xr-xvideoadd.pl2
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};