Skip to content

Commit 387f4d7

Browse files
committed
Fix typo in log tag
1 parent b4fd73c commit 387f4d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/ocs_pipeline/httpserver/update_handler.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ parse_number(T& value, const char* key, const algo::UriOps::Values& values) {
4242
return status::StatusCode::OK;
4343
}
4444

45-
const char* log_tag = "update_hanlder";
45+
const char* log_tag = "update_handler";
4646

4747
} // namespace
4848

0 commit comments

Comments
 (0)