Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
eyip002 committed Sep 16, 2022
1 parent fad3619 commit fcf81ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/handler_admin.c
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ onion_connection_status handler_admin_release_train(void *_, onion_request *req,
const char *data_train = onion_request_get_post(req, "train");
const int grab_id = train_get_grab_id(data_train);
if (grab_id == -1 || !grabbed_trains[grab_id].is_valid) {
syslog_server(LOG_ERR, "Request: Admin release train - invalid train id " +
syslog_server(LOG_ERR, "Request: Admin release train - invalid train id "
"or train not grabbed (%s)",
data_train);
return OCS_NOT_IMPLEMENTED;
Expand Down

0 comments on commit fcf81ed

Please sign in to comment.