🐞 fix: fix wrong log print

This commit is contained in:
heppen 2024-11-26 19:55:54 +08:00
parent 752efe8e28
commit ce0056d53a
2 changed files with 6 additions and 3 deletions

Binary file not shown.

View File

@ -1,6 +1,6 @@
Name: powerapi
Version: 1.1.0
Release: 10
Release: 11
Summary: The ability to support openEuler power consumption control.
License: MulanPSL-2.0
@ -61,6 +61,9 @@ systemctl stop pwrapis
%{_includedir}/pwrapic/*
%changelog
* Tue Nov 26 2024 heppen <hepeng68@huawei.com> - 1.1.0-11
- Bug fix: wrong log print.
* Mon Nov 18 2024 jinye <jinye10@huawei.com> - 1.1.0-10
- Bug fix: Stop eagle cause process block.
- Add some gtest code.