ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/common/object.C
(Generate patch)

Comparing deliantra/server/common/object.C (file contents):
Revision 1.152 by root, Thu May 17 14:14:54 2007 UTC vs.
Revision 1.153 by root, Thu May 17 21:11:01 2007 UTC

1667 return op; 1667 return op;
1668 } 1668 }
1669 1669
1670 if (where->head) 1670 if (where->head)
1671 { 1671 {
1672 LOG (llevDebug, "Warning: Tried to insert object into wrong part of multipart object.\n"); 1672 LOG (llevError | logBacktrace, "Warning: Tried to insert object into wrong part of multipart object.\n");
1673 where = where->head; 1673 where = where->head;
1674 } 1674 }
1675 1675
1676 return where->insert (op); 1676 return where->insert (op);
1677} 1677}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines