diff options
Diffstat (limited to 'lib/rpmrc.c')
-rw-r--r-- | lib/rpmrc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/rpmrc.c b/lib/rpmrc.c index 66d4524bb..554688acf 100644 --- a/lib/rpmrc.c +++ b/lib/rpmrc.c @@ -1442,8 +1442,8 @@ static void getMachineInfo(int type, const char ** name, if (name) *name = current[type]; if (tables[currTables[type]].hasCanon) { - rpmMessage(RPMMESS_WARNING, _("Unknown system: %s\n"), current[type]); - rpmMessage(RPMMESS_WARNING, _("Please contact %s\n"), PACKAGE_BUGREPORT); + rpmlog(RPMMESS_WARNING, _("Unknown system: %s\n"), current[type]); + rpmlog(RPMMESS_WARNING, _("Please contact %s\n"), PACKAGE_BUGREPORT); } } } |