Skip to content

Commit dade6a1

Browse files
author
Shigekazu Fukuta
committed
fix log output content
1 parent 619605d commit dade6a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/interpolation/include/interpolation/interpolation_utils.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ inline void validateKeys(
6868
// when size of vectors are less than 2
6969
if (query_keys.size() < 2) {
7070
throw std::invalid_argument(
71-
"The size of points is less than 2. base_keys.size() = " + std::to_string(query_keys.size()));
71+
"The size of points is less than 2. query_keys.size() = " + std::to_string(query_keys.size()));
7272
}
7373

7474
// when indices are not sorted

0 commit comments

Comments
 (0)