Navigation Menu

Skip to content

Commit

Permalink
Reorder mrn_action_on_error
Browse files Browse the repository at this point in the history
Put XXX_AND_LOG after XXX.
  • Loading branch information
kou committed Jul 12, 2013
1 parent 3ca857a commit 0b142cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ha_mroonga.cpp
Expand Up @@ -454,15 +454,15 @@ static char *mrn_version = const_cast<char *>(MRN_VERSION);
typedef enum {
MRN_ACTION_ON_ERROR_NOTIFY_TO_CLIENT,
MRN_ACTION_ON_ERROR_NOTIFY_TO_CLIENT_AND_LOG,
MRN_ACTION_ON_ERROR_IGNORE_AND_LOG,
MRN_ACTION_ON_ERROR_IGNORE,
MRN_ACTION_ON_ERROR_IGNORE_AND_LOG,
} mrn_action_on_error;

static const char *mrn_action_on_error_names[] = {
"NOTIFY_TO_CLIENT",
"NOTIFY_TO_CLIENT_AND_LOG",
"IGNORE_AND_LOG",
"IGNORE",
"IGNORE_AND_LOG",
NullS,
};

Expand Down

0 comments on commit 0b142cd

Please sign in to comment.