Ignore:
Timestamp:
2013-03-05T10:32:55+13:00 (11 years ago)
Author:
jmt12
Message:

Altering a debug comment to make it clearer that it's coming from the client (and not the server which uses a similar comment)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs2-extensions/tdb-edit/trunk/src/perllib/TDBClient.pm

    r25410 r26992  
    4646    my $port = $2;
    4747    # We now create a client that can connect to the specified port
    48     print " * Creating Client and connecting to " . $host . ":" . $port . "...\n" if ($debug);
     48    print " * Creating TDBClient and connecting to " . $host . ":" . $port . "...\n";
    4949    $self->{'tdb_client_handle'} = SocketsSwimmingThreadPoolClient->new(host=>$host,port=>$port);
    5050  }
Note: See TracChangeset for help on using the changeset viewer.