postprocess: Downgrade warning about files in /var to print
It's really just informative...
This commit is contained in:
parent
e3eb4d1735
commit
e5e260ff3a
@ -374,7 +374,7 @@ convert_var_to_tmpfiles_d (GOutputStream *tmpfiles_out,
|
||||
filetype_c = 'L';
|
||||
break;
|
||||
default:
|
||||
g_warning ("Ignoring non-directory/non-symlink '%s'",
|
||||
g_print ("Ignoring non-directory/non-symlink '%s'\n",
|
||||
gs_file_get_path_cached (child));
|
||||
continue;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user