aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem.moulin@fripost.org>2012-04-18 03:37:55 +0200
committerGuilhem Moulin <guilhem.moulin@fripost.org>2012-04-18 03:37:55 +0200
commita1cee8071f753b80daf374af4bad8458657dd07a (patch)
tree30a851174b98af3b3e3c87546af8a66f445d8e2b /lib
parent7b2df0cb8d29ba835be5d645f8b4f70b74b2fcc4 (diff)
wibble
Diffstat (limited to 'lib')
-rwxr-xr-xlib/Fripost/Schema.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Fripost/Schema.pm b/lib/Fripost/Schema.pm
index 288aa1e..14caccd 100755
--- a/lib/Fripost/Schema.pm
+++ b/lib/Fripost/Schema.pm
@@ -111,6 +111,7 @@ sub passwd {
# Disconnect to the LDAP server.
sub unbind {
+ $_[0]->_dsay( "Unbinding from the LDAP server." );
$_[0]->{_ldap}->unbind();
}
@@ -120,7 +121,7 @@ sub _dsay {
my $self = shift;
return unless (exists $self->{_options}->{debug})
and $self->{_options}->{debug};
- print STDERR "Debug: ";
+ print STDERR "DEBUG: ";
say STDERR @_;
}