Changeset 10831 for trunk/FACT++/src


Ignore:
Timestamp:
05/26/11 16:13:10 (13 years ago)
Author:
tbretz
Message:
Replaces some Message calls by Info
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/Connection.cc

    r10822 r10831  
    8383        ostringstream str;
    8484        str << "Connection closed to " << URL() << ".";
    85         Message(str);
     85        Info(str);
    8686    }
    8787
     
    284284    if (!error)
    285285    {
    286         Message("Connection established to "+host+"...");
     286        Info("Connection established to "+host+"...");
    287287
    288288        fConnectionStatus = kConnected;
     
    353353    {
    354354        fMsgConnect = msg.str();
    355         ec ? Error(msg) : Message(msg);
     355        ec ? Error(msg) : Info(msg);
    356356    }
    357357
Note: See TracChangeset for help on using the changeset viewer.