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:
Jonathan Lebon 2018-11-02 13:26:22 -04:00 committed by Atomic Bot
parent 37932cf19a
commit 868bdf167a

View File

@ -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)
{