diff options
| author | Tannin <devnull@localhost> | 2013-10-11 23:04:44 +0200 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2013-10-11 23:04:44 +0200 |
| commit | f22bb9d6a6249e6789353903d9e51318ce8340af (patch) | |
| tree | ddc759a5427d2c11020fb5f2a256a461fa30c2c2 /src/pluginlist.cpp | |
| parent | 54c7131a5e2fa282369e25344ac190d51676c383 (diff) | |
| parent | 382226bb46541f07e62ce689cfeaf395aa673a44 (diff) | |
Merge
Diffstat (limited to 'src/pluginlist.cpp')
| -rw-r--r-- | src/pluginlist.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pluginlist.cpp b/src/pluginlist.cpp index e730d3f4..55f8a39e 100644 --- a/src/pluginlist.cpp +++ b/src/pluginlist.cpp @@ -953,7 +953,7 @@ PluginList::ESPInfo::ESPInfo(const QString &name, bool enabled, FILETIME time, c m_Masters.insert(QString(iter->c_str())); } } catch (const std::exception &e) { - reportError(tr("failed to parse esp file %1: %2").arg(fullPath).arg(e.what())); + qCritical("failed to parse esp file %s: %s", qPrintable(fullPath), e.what()); m_IsMaster = false; } } |
