Skip to content

Commit

Permalink
Fix typo in error message (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
artemgavrilov authored Apr 25, 2024
1 parent 54a1814 commit 32b2e6d
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 32b2e6d

Please sign in to comment.