Opened 14 years ago

Closed 14 years ago

Last modified 5 years ago

#9164 closed patch

GSoC: Improve FSNode warning messages

Reported by: SF/vgvgf Owned by: fingolfin
Priority: normal Component: --Other--
Version: Keywords:
Cc: Game:

Description

Link to bug: https://sourceforge.net/tracker/?func=detail&aid=2983718&group_id=37116&atid=418820

That warning message is generated at \scummvm\trunk\common\fs.cpp in the function FSNode::createReadStream(). A quick solution for a more understanable message could be changing: warning("FSNode::createReadStream: FSNode does not exist");

to: warning("FSNode::createReadStream: \"%s\" does not exist", getName().c_str());

There are other warning messages that are also hard to understand, I have changed them in the proposed patch I uploaded.

Ticket imported from: #2985205. Ticket imported from: patches/1269.

Attachments (1)

fs.cpp.patch (1.3 KB ) - added by SF/vgvgf 14 years ago.
Proposed patch for bug #2983718

Download all attachments as: .zip

Change History (5)

by SF/vgvgf, 14 years ago

Attachment: fs.cpp.patch added

Proposed patch for bug #2983718

comment:1 by fingolfin, 14 years ago

Owner: set to fingolfin
Summary: Patch for bug #2983718GSoC: Improve FSNode warning messages

comment:2 by fingolfin, 14 years ago

Status: newclosed

comment:3 by fingolfin, 14 years ago

Committed as r48651, thanks.

comment:4 by digitall, 5 years ago

Component: --Other--
Note: See TracTickets for help on using tickets.