app/compose: Use g_printerr for note
For consistency with the other note we print lower down. Closes: #1658 Approved by: cgwalters
This commit is contained in:
parent
37932cf19a
commit
868bdf167a
@ -486,7 +486,7 @@ rpm_ostree_compose_context_new (const char *treefile_pathstr,
|
||||
return FALSE;
|
||||
|
||||
if (opt_workdir_tmpfs)
|
||||
g_print ("note: --workdir-tmpfs is deprecated and will be ignored\n");
|
||||
g_printerr ("note: --workdir-tmpfs is deprecated and will be ignored\n");
|
||||
|
||||
if (opt_unified_core)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user