diff options
author | Guilhem Moulin <guilhem.moulin@fripost.org> | 2012-05-03 19:47:20 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem.moulin@fripost.org> | 2012-05-03 19:47:20 +0200 |
commit | a6bd894f302df904588df739f79f1b17b329a0e4 (patch) | |
tree | 482330ebaed111143282737863fe1db8395465a0 /fripost-searchdomain | |
parent | b0460b1b8fb61569d20cbd4ac75ae6976bd34a92 (diff) |
Adding debug messages.
Diffstat (limited to 'fripost-searchdomain')
-rwxr-xr-x | fripost-searchdomain | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fripost-searchdomain b/fripost-searchdomain index 8653eb1..91e7e72 100755 --- a/fripost-searchdomain +++ b/fripost-searchdomain @@ -123,7 +123,7 @@ foreach my $domain ($ldap->domain->search( \%domain )->entries) { say "Domain: " . $domain->{domain}; print "Owner: "; my $owners = $domain->{owner}; - if (defined $owners) { + if (defined $owners) { say (join ', ', @$owners); } else { |