Rev 1026 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1026 | Rev 1122 | ||
|---|---|---|---|
| Line 93... | Line 93... | ||
| 93 | for (map<int, string>::iterator iter = sortMap.begin(); iter != sortMap.end(); iter++) |
93 | for (map<int, string>::iterator iter = sortMap.begin(); iter != sortMap.end(); iter++) |
| 94 | { |
94 | { |
| 95 | debugData += iter->second; |
95 | debugData += iter->second; |
| 96 | } |
96 | } |
| 97 | 97 | ||
| 98 | sendToAll("[" + niceTime() + "] " + debugData + "\n"); |
98 | sendToAll("[" + niceTime() + "] " + debugData + "\r\n"); |
| 99 | } |
99 | } |
| 100 | } |
100 | } |
| 101 | 101 | ||
| 102 | void CanDebug::handleClientData(int id, string data) |
102 | void CanDebug::handleClientData(int id, string data) |
| 103 | { |
103 | { |