Update of /cvsroot/simspark/simspark/spark/oxygen/physicsserver
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8502
Modified Files:
joint.cpp
Log Message:
- removed duplicate newline in debug output
Index: joint.cpp
===================================================================
RCS file: /cvsroot/simspark/simspark/spark/oxygen/physicsserver/joint.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** joint.cpp 18 Dec 2005 11:10:09 -0000 1.2
--- joint.cpp 18 Dec 2005 18:07:10 -0000 1.3
***************
*** 117,121 ****
GetLog()->Debug() << "(Joint) Attaching '" << path1 << "' to '"
! << path2 << "'\n" << std::endl;
dJointAttach(mODEJoint, id1, id2);
--- 117,121 ----
GetLog()->Debug() << "(Joint) Attaching '" << path1 << "' to '"
! << path2 << '\n';
dJointAttach(mODEJoint, id1, id2);
|