Closed openhpi2 closed 8 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
Patch for this bug:
--- 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
Diff:
--- old
+++ new
@@ -0,0 +1 @@
+Fixed in Trunk 3.6.0 Revision 7630.
Original comment by: hemanthreddy
Original comment by: hemanthreddy
Fixed in Trunk 3.6.0 Revision 7630.
Original comment by: hemanthreddy
Original comment by: hemanthreddy
Original comment by: dr_mohan
Fixed in Trunk 3.6.0 Revision 7630.
Reported by: hemanthreddy