Mercurial > hg > svcore
comparison data/fileio/FileSource.cpp @ 844:f5cd33909744
Drop toStdString, with debug header we can stream QStrings
author | Chris Cannam |
---|---|
date | Tue, 26 Nov 2013 13:43:31 +0000 |
parents | e802e550a1f2 |
children | 55e552b4f1b7 |
comparison
equal
deleted
inserted
replaced
843:e802e550a1f2 | 844:f5cd33909744 |
---|---|
129 | 129 |
130 // The URL was created on the assumption that the string | 130 // The URL was created on the assumption that the string |
131 // was human-readable. Let's try again, this time | 131 // was human-readable. Let's try again, this time |
132 // assuming it was already encoded. | 132 // assuming it was already encoded. |
133 cerr << "FileSource::FileSource: Failed to retrieve URL \"" | 133 cerr << "FileSource::FileSource: Failed to retrieve URL \"" |
134 << fileOrUrl.toStdString() | 134 << fileOrUrl |
135 << "\" as human-readable URL; " | 135 << "\" as human-readable URL; " |
136 << "trying again treating it as encoded URL" | 136 << "trying again treating it as encoded URL" |
137 << endl; | 137 << endl; |
138 | 138 |
139 // even though our cache file doesn't exist (because the | 139 // even though our cache file doesn't exist (because the |