!158 [sync] PR-156: fix typo in mainloop()
From: @openeuler-sync-bot Reviewed-by: @yanan-rock Signed-off-by: @yanan-rock
This commit is contained in:
commit
b6d5678031
@ -77,7 +77,7 @@ index d27a2a7..6aa81b8 100644
|
|||||||
+#ifdef HAVE_LIBSYSTEMD
|
+#ifdef HAVE_LIBSYSTEMD
|
||||||
+ if (g_bRecordQueue) {
|
+ if (g_bRecordQueue) {
|
||||||
+ if (runConf->pMsgQueue != NULL) {
|
+ if (runConf->pMsgQueue != NULL) {
|
||||||
+ sd_journal_print(LOG_NOTICE, "main queue size information: current QueueSize=%d MaxQeueSize=%d\n",
|
+ sd_journal_print(LOG_NOTICE, "main queue size information: current QueueSize=%d MaxQueueSize=%d\n",
|
||||||
+ runConf->pMsgQueue->iQueueSize, runConf->pMsgQueue->iMaxQueueSize);
|
+ runConf->pMsgQueue->iQueueSize, runConf->pMsgQueue->iMaxQueueSize);
|
||||||
+ } else {
|
+ } else {
|
||||||
+ sd_journal_print(LOG_NOTICE, "main queue size information: pMsgQueue is NULL!\n");
|
+ sd_journal_print(LOG_NOTICE, "main queue size information: pMsgQueue is NULL!\n");
|
||||||
|
|||||||
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
Name: rsyslog
|
Name: rsyslog
|
||||||
Version: 8.2312.0
|
Version: 8.2312.0
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: The rocket-fast system for log processing
|
Summary: The rocket-fast system for log processing
|
||||||
License: (GPLv3+ and ASL 2.0)
|
License: (GPLv3+ and ASL 2.0)
|
||||||
URL: http://www.rsyslog.com/
|
URL: http://www.rsyslog.com/
|
||||||
@ -506,6 +506,12 @@ done
|
|||||||
%{_mandir}/man1/rscryutil.1.gz
|
%{_mandir}/man1/rscryutil.1.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed May 8 2024 zhangqiumiao <zhangqiumiao1@huawei.com> - 8.2312.0-2
|
||||||
|
- Type:NA
|
||||||
|
- ID:NA
|
||||||
|
- SUG:NA
|
||||||
|
- DESC:fix typo in mainloop()
|
||||||
|
|
||||||
* Sun Feb 18 2024 sunhai <sunhai10@huawei.com> - 8.2312.0-1
|
* Sun Feb 18 2024 sunhai <sunhai10@huawei.com> - 8.2312.0-1
|
||||||
- Type:NA
|
- Type:NA
|
||||||
- ID:NA
|
- ID:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user