--- loncom/LondConnection.pm 2003/04/18 06:07:27 1.3 +++ loncom/LondConnection.pm 2003/06/11 02:04:35 1.4 @@ -1,7 +1,7 @@ # This module defines and implements a class that represents # a connection to a lond daemon. # -# $Id: LondConnection.pm,v 1.3 2003/04/18 06:07:27 albertel Exp $ +# $Id: LondConnection.pm,v 1.4 2003/06/11 02:04:35 foxr Exp $ # # Copyright Michigan State University Board of Trustees # @@ -430,7 +430,9 @@ sub InitiateTransaction { my $self = shift; my $data = shift; + Debug(1, "initiating transaction: ".$data); if($self->{State} ne "Idle") { + Debug(0," .. but not idle here\n"); return -1; # Error indicator. } # if the transaction is to be encrypted encrypt the data: