postprocess: Downgrade warning about files in /var to print

It's really just informative...
This commit is contained in:
Colin Walters 2014-02-12 15:29:11 -05:00
parent e3eb4d1735
commit e5e260ff3a

View File

@ -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;
}