[lib] fixed some bugs in message show
This commit is contained in:
parent
97619fc545
commit
ac5873bac2
|
@ -57,7 +57,7 @@ static int check_input_and_ref_key_alias_match(
|
|||
VTR_LOG_ERROR(
|
||||
"\nInvalid alias '%s' in the input key (id='%lu'), which have been "
|
||||
"found %lu times!\n",
|
||||
curr_alias.c_str(), size_t(key_id));
|
||||
curr_alias.c_str(), size_t(key_id), input_found_keys.size());
|
||||
num_errors++;
|
||||
}
|
||||
num_keys_checked++;
|
||||
|
|
Loading…
Reference in New Issue