Skip to content

Commit

Permalink
ncm-altlogrotate: Remove redundant format in error
Browse files Browse the repository at this point in the history
  • Loading branch information
jrha committed Aug 17, 2023
1 parent 28440ca commit 10ef095
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -95,7 +95,7 @@ type altlogrotate_component = {
if(!exists(SELF['entries']['global'])) {
foreach(name; entry; SELF['entries']) {
if(exists(entry['global']) && entry['global']) {
error(format("Cannot have altlogrotate entry %s (with global=true) without 'global' entry", name));
error("Cannot have altlogrotate entry %s (with global=true) without 'global' entry", name);
};
};
};
Expand Down

0 comments on commit 10ef095

Please sign in to comment.