openhpi2 / openhpi_bug_test

0 stars 0 forks source link

CRIT OpenHPID calling the saHpiSessionOpen could be DBG mesage #1878

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);

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