#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)
Change History (5)
by , 15 years ago
Attachment: | fs.cpp.patch added |
---|
comment:1 by , 15 years ago
Owner: | set to |
---|---|
Summary: | Patch for bug #2983718 → GSoC: Improve FSNode warning messages |
comment:2 by , 15 years ago
Status: | new → closed |
---|
comment:4 by , 6 years ago
Component: | → --Other-- |
---|
Note:
See TracTickets
for help on using tickets.
Proposed patch for bug #2983718