Navigation Menu

Skip to content

Commit

Permalink
add more information to log message.
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Feb 6, 2012
1 parent 11c6c8f commit ef6e7b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ha_mroonga.cc
Expand Up @@ -3889,7 +3889,7 @@ int ha_mroonga::extra(enum ha_extra_function operation)
int error = 0;
MRN_DBUG_ENTER_METHOD();
DBUG_PRINT("info",
("mroonga: this=%p; %s",
("mroonga: this=%p; extra-operation=%s",
this, mrn_inspect_extra_function(operation)));
if (share->wrapper_mode)
{
Expand Down

0 comments on commit ef6e7b4

Please sign in to comment.