openhpi2 / Open-HPI

Open HPI is an open source implementation of the SA Forum's Hardware Platform Interface (HPI). HPI provides an abstracted interface to managing computer hardware, typically for chassis and rack based servers
Other
3 stars 1 forks source link

CRIT OpenHPID calling the saHpiSessionOpen could be DBG mesage #2579

Closed openhpi2 closed 8 years ago

openhpi2 commented 9 years ago

Fixed in Trunk 3.6.0 Revision 7630.

Reported by: hemanthreddy

openhpi2 commented 9 years ago

CRIT("\n\n\n\n OpenHPID calling the saHpiSessionOpen \n \n\n\n\n") is displaying every time if any client tries to open a session but this is message is for debugging purpose only. So this can be changed to Debug message so that this message is invisible to user.

Original comment by: hemanthreddy

openhpi2 commented 9 years ago

Patch for this bug:

Index: openhpid/server.cpp

--- openhpid/server.cpp (revision 7629) +++ openhpid/server.cpp (working copy) @@ -364,7 +364,7 @@ RpcParams iparams(&did); DEMARSHAL_RQ(rq_byte_order, hm, data, iparams);

1878.patch.txt

Original comment by: hemanthreddy

openhpi2 commented 9 years ago

Diff:


--- old
+++ new
@@ -0,0 +1 @@
+Fixed in Trunk 3.6.0 Revision 7630.

Original comment by: hemanthreddy

openhpi2 commented 9 years ago

Original comment by: hemanthreddy

openhpi2 commented 9 years ago

Fixed in Trunk 3.6.0 Revision 7630.

Original comment by: hemanthreddy

openhpi2 commented 9 years ago

Original comment by: hemanthreddy

openhpi2 commented 9 years ago

Original comment by: dr_mohan