Skip to content

Commit 497a46c

Browse files
committed
Fixed typo.
1 parent 77d23ba commit 497a46c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/sa_plugin.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ sa_error_t sa_plugin_register_action_event(const char* name, sa_plugin_action_ev
558558
// Check if the regitering action is declared by the plugin xml
559559
if (!plugin->SupportAction(name))
560560
{
561-
sa_logging_print_format(SA_LOG_LEVEL_ERROR, SA_API_LOG_IDDENTIFIER, "Failed to register action '%s' event function. The plugin '%s' does not report this condition.", name, plugin->GetPath().c_str());
561+
sa_logging_print_format(SA_LOG_LEVEL_ERROR, SA_API_LOG_IDDENTIFIER, "Failed to register action '%s' event function. The plugin '%s' does not report this action.", name, plugin->GetPath().c_str());
562562
return SA_ERROR_NOT_SUPPORTED;
563563
}
564564

0 commit comments

Comments
 (0)