Bug 660526 Remove useless use of PromiseFlatCString r=sayrer

This commit is contained in:
Neil Rashbrook 2011-08-15 23:56:46 +01:00
Родитель e8b73e990b
Коммит 532200a150
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1359,7 +1359,7 @@ mozJSComponentLoader::ImportInto(const nsACString & aLocation,
logBuffer.Append(bytes.ptr());
logBuffer.AppendLiteral(" ");
if (i == symbolCount - 1) {
LOG(("%s] from %s\n", PromiseFlatCString(logBuffer).get(),
LOG(("%s] from %s\n", logBuffer.get(),
PromiseFlatCString(aLocation).get()));
}
#endif