diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2008-03-07 09:47:51 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2008-03-07 09:47:51 +0200 |
commit | a08ececd832de2fb4de426d8894abccd45a7c3df (patch) | |
tree | aee1008294e17df8bb08e2ca289cd9d1d37501ea /lib/manifest.c | |
parent | e97e5619e9ddaf8b0e78568ca8848e2c2840dd00 (diff) | |
download | librpm-tizen-a08ececd832de2fb4de426d8894abccd45a7c3df.tar.gz librpm-tizen-a08ececd832de2fb4de426d8894abccd45a7c3df.tar.bz2 librpm-tizen-a08ececd832de2fb4de426d8894abccd45a7c3df.zip |
Log message adjustments
- dont waste translator time by having them translate obscure debug messages
- adjust some suspect looking logging levels
- mark some non-debug messages for translation where missing..
Diffstat (limited to 'lib/manifest.c')
-rw-r--r-- | lib/manifest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/manifest.c b/lib/manifest.c index 69f39db60..91f2f6703 100644 --- a/lib/manifest.c +++ b/lib/manifest.c @@ -118,7 +118,7 @@ rpmRC rpmReadPackageManifest(FD_t fd, int * argcPtr, char *** argvPtr) rpmrc = rpmGlob(s, &ac, &av); if (rpmrc != RPMRC_OK) goto exit; - rpmlog(RPMLOG_DEBUG, _("adding %d args from manifest.\n"), ac); + rpmlog(RPMLOG_DEBUG, "adding %d args from manifest.\n", ac); /* Count non-NULL args, keeping track of 1st arg after last NULL. */ npre = 0; |