better notice
This commit is contained in:
@ -149,7 +149,7 @@ mode_t str_to_mode(const char *permissions) {
|
|||||||
// --- Dry implementations
|
// --- Dry implementations
|
||||||
static
|
static
|
||||||
int dry_touch(const char * filename) {
|
int dry_touch(const char * filename) {
|
||||||
notice("touch '%s' (subsequent stats will fail)", filename);
|
notice("touch '%s' (dry; subsequent stats will fail)", filename);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user