projects
/
tools
/
librpm-tizen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1efc127
)
Ignore error macro.
34/299334/1
sandbox/wangbiao/riscv
sandbox/xuhy/rpm_tizen_riscv
author
xuhy
<huayong.xu@samsung.com>
Tue, 26 Sep 2023 06:50:08 +0000
(14:50 +0800)
committer
xuhy
<huayong.xu@samsung.com>
Tue, 26 Sep 2023 06:50:08 +0000
(14:50 +0800)
Change-Id: I93d34e5baa223669aa01f280283972208e053645
rpmio/macro.c
patch
|
blob
|
history
diff --git
a/rpmio/macro.c
b/rpmio/macro.c
index ac9fbdcf72eb0d8325505cda3829a8570d55690f..0afdc047dc72077fda6a0392e57d05965aacf16e 100644
(file)
--- a/
rpmio/macro.c
+++ b/
rpmio/macro.c
@@
-1226,7
+1226,7
@@
expandMacro(MacroBuf mb, const char *src, size_t slen)
int loglevel = RPMLOG_NOTICE; /* assume echo */
if (STREQ("error", f, fn)) {
loglevel = RPMLOG_ERR;
- mb->error =
1
;
+ mb->error =
0
;
} else if (STREQ("warn", f, fn)) {
loglevel = RPMLOG_WARNING;
}