Changeset 27547 for gs2-extensions


Ignore:
Timestamp:
2013-06-05T13:03:03+12:00 (11 years ago)
Author:
jmt12
Message:

Rejigging some processing comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs2-extensions/parallel-building/trunk/src/perllib/FileUtils/HDThriftFS.pm

    r27532 r27547  
    122122    if (&FileUtils::fileExists($conf_file_path))
    123123    {
    124       print "Found Thrift configuration file:\n";
     124      print " * Found Thrift configuration file:\n";
    125125      my $conf_raw = &FileUtils::fileGetContents($conf_file_path);
    126126      if ($conf_raw =~ /^([^:]+):(\d+)/)
     
    133133    }
    134134
    135     print "Establish Thrift client connecting to: $host:$port\n";
     135    print " * Creating Thrift client connected to: $host:$port\n";
    136136    my $socket = Thrift::Socket->new($host, $port);
    137137    $socket->setSendTimeout(10000);
Note: See TracChangeset for help on using the changeset viewer.