We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7dd3821 + 1aacffb commit 767a070Copy full SHA for 767a070
lib/MHA/Config.pm
@@ -337,7 +337,7 @@ sub read_config($) {
337
338
if ( -f $global_configfile ) {
339
my $global_cfg = Config::Tiny->read($global_configfile)
340
- or croak "$global_configfile:$!\n";
+ or croak "Unable to parse/read configuration file: $global_configfile: $!\n";
341
342
$log->info("Reading default configuration from $self->{globalfile}..")
343
if ($log);
0 commit comments