From fdd2eb6560494f29f9f32cce3e4c156adc659738 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 30 Oct 2014 14:43:37 +0100 Subject: db-iris: more informative warning messages on (network) problems --- bin/db-iris | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin/db-iris') diff --git a/bin/db-iris b/bin/db-iris index a362ccc..7207b66 100755 --- a/bin/db-iris +++ b/bin/db-iris @@ -272,6 +272,7 @@ if ( my $err = $status->errstr ) { } if ( my $warning = $status->warnstr ) { say STDERR "Request warning: ${warning}"; + say STDERR ' Information may be incomplete'; } if ( $status_via and $status_via->errstr ) { @@ -282,6 +283,7 @@ if ( $status_via and $status_via->errstr ) { if ( $status_via and $status_via->warnstr ) { my $warning = $status_via->warnstr; say STDERR "Request warning in --via : ${warning}"; + say STDERR ' Information may be incomplete'; } sanitize_options(); -- cgit v1.2.3