Skip to content

Commit

Permalink
Fix typo in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
artemgavrilov committed Apr 24, 2024
1 parent 5900aa7 commit e753697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion percona_telemetry.c
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ validate_dir(char *folder_path)
{
ereport(LOG,
(errcode_for_file_access(),
errmsg("percont_telemetry.pg_telemetry_folder \"%s\" is not set to a writeable folder or the folder does not exist.", folder_path)));
errmsg("percona_telemetry.pg_telemetry_folder \"%s\" is not set to a writeable folder or the folder does not exist.", folder_path)));

PT_WORKER_EXIT(PT_FILE_ERROR);
}
Expand Down

0 comments on commit e753697

Please sign in to comment.