Changeset 11417

Show
Ignore:
Timestamp:
05/12/08 02:16:49 (5 years ago)
Author:
topia
Message:

* メッセージをすこし変更。

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/tiarra/trunk/main/Tiarra/Socket/Connect.pm

    r11416 r11417  
    211211                }); 
    212212            $this->_connect_warn( 
    213                 'all dead, ' . 
     213                'all connection attempt failed, ' . 
    214214                    utils->to_ordinal_number($this->try_count) . ' retry'); 
    215215        } else { 
    216             $this->_connect_error('all dead'); 
     216            $this->_connect_error('all connection attempt failed'); 
    217217        } 
    218218    }