diff --git a/js/misc/docInfo.js b/js/misc/docInfo.js index 29e56e91a..23ebb89b7 100644 --- a/js/misc/docInfo.js +++ b/js/misc/docInfo.js @@ -42,7 +42,7 @@ DocInfo.prototype = { if (appInfo != null) { appInfo.launch_uris([this.uri], Main.createAppLaunchContext()); } else { - log("Failed to get default application info for mime type " + mimeType + + log("Failed to get default application info for mime type " + this.mimeType + ". Will try to use the last application that registered the document."); let appName = this._recentInfo.last_application(); let [success, appExec, count, time] = this._recentInfo.get_application_info(appName);