Issue Details (XML | Word | Printable)

Key: BCNT-251
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: William (Kandoko)
Reporter: William (Kandoko)
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
BeanCounter

Assert string in BeanCounter search uses wrong variable Name

Created: 30/Apr/09 04:02 PM   Updated: 17/Aug/09 11:14 PM
Component/s: API
Affects Version/s: None
Fix Version/s: None


 Description  « Hide
When using the Multi server search parameter the assert string for when the server data is in an old format uses the wrong variable.

assert(nil, "The data for "..server.." is not at the current BeanCounter DB version of "..private.version.." Please log into this realm to upgrade BeanCounters Data.")

Should be

assert(nil, "The data for "..serverName.." is not at the current BeanCounter DB version of "..private.version.." Please log into this realm to upgrade BeanCounters Data.")



 All   Comments   Change History   Transitions   FishEye   Crucible      Sort Order: Ascending order - Click to sort in descending order
William (Kandoko) added a comment - 30/Apr/09 04:05 PM
r4193
makes change to assert variable

--includes minor fix for item Icons displaying on all searches not just specific itemName searches


dinesh added a comment - 17/Aug/09 11:14 PM
code review only