~percona-dev/percona-xtradb-cluster/galera-2.x

« back to all changes in this revision

Viewing changes to gcomm/src/evs_proto.cpp

  • Committer: Teemu Ollakka
  • Date: 2011-03-12 11:51:33 UTC
  • Revision ID: teemu.ollakka@codership.com-20110312115133-q6dib7wbpm2wyfly
References lp:710554 importing up to [2089]: #422, #442, #440, #412

Show diffs side-by-side

added added

removed removed

Lines of Context:
3139
3139
            }
3140
3140
            else
3141
3141
            {
3142
 
                evs_log_info(I_STATE) << "join message not consistent " << msg;
3143
 
                evs_log_info(I_STATE) << "state:" << *this;
 
3142
                // evs_log_info(I_STATE) << "join message not consistent " << msg;
 
3143
                // evs_log_info(I_STATE) << "state:" << *this;
 
3144
                log_warn << "join message not consistent " << msg;
 
3145
                log_info << "state (stderr): ";
 
3146
                std::cerr << *this << std::endl;
 
3147
 
3144
3148
                gu_trace(shift_to(S_GATHER, false));
3145
3149
            }
3146
3150
        }