summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2003-08-28 12:58:18 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2003-08-28 12:58:18 +0000
commita904a8d1ba73ffa0676c9bd49f5d579d03126fb9 (patch)
treec51840a296276ec01d7fef13a26a192267130638
parent2dc5cac74c914512bf559e09cb2bb6a834be2718 (diff)
downloadMPC-a904a8d1ba73ffa0676c9bd49f5d579d03126fb9.tar.gz
ChangeLogTag: Thu Aug 28 07:57:33 2003 Chad Elliott <elliott_c@ociweb.com>
-rw-r--r--modules/Driver.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/Driver.pm b/modules/Driver.pm
index 9aff481e..d91e8ba9 100644
--- a/modules/Driver.pm
+++ b/modules/Driver.pm
@@ -91,7 +91,7 @@ sub optionError {
my($base) = $self->{'name'};
if (defined $line) {
- print STDERR "$line\n";
+ print STDERR "ERROR: $line\n";
}
my($spaces) = (' ' x (length($base) + 8));
print STDERR "$base v$self->{'version'}\n" .