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

Comparing deliantra/server/server/freezethaw.C (file contents):
Revision 1.8 by root, Thu Feb 1 19:15:39 2007 UTC vs.
Revision 1.9 by root, Thu Feb 1 19:17:03 2007 UTC

267 last_keyword ? last_keyword : "<null>", 267 last_keyword ? last_keyword : "<null>",
268 type, name); 268 type, name);
269 return false; 269 return false;
270 270
271 default: 271 default:
272 LOG (llevError, "%s:%d unexpected line (%s) while reading %s '%s', %s.\n", 272 LOG (llevError, "%s:%d unexpected line (%s %s) while reading %s '%s', %s.\n",
273 this->name, linenum, 273 this->name, linenum,
274 last_keyword ? last_keyword : "<null>", 274 last_keyword ? last_keyword : "<null>",
275 last_value ? last_value : "<null>", 275 last_value ? last_value : "<null>",
276 type, name, 276 type, name,
277 skip ? "skipping line" : "aborting load"); 277 skip ? "skipping line" : "aborting load");

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines