~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/slave.cc

  • Committer: Monty Taylor
  • Date: 2008-07-11 16:15:34 UTC
  • mto: (77.6.1 glibclient-merge)
  • mto: This revision was merged to the branch mainline in revision 134.
  • Revision ID: monty@inaugust.com-20080711161534-rmjqifsyatf1pca8
Found one more issue...

Show diffs side-by-side

added added

removed removed

Lines of Context:
3161
3161
      suppress_warnings= 0;
3162
3162
      mi->report(ERROR_LEVEL, last_errno,
3163
3163
                 "error %s to master '%s@%s:%d'"
3164
 
                 " - retry-time: %d  retries: %lu",
 
3164
                 " - retry-time: %d  retries: %u",
3165
3165
                 (reconnect ? "reconnecting" : "connecting"),
3166
3166
                 mi->user, mi->host, mi->port,
3167
3167
                 mi->connect_retry, master_retry_count);