diff --git a/common/content/dactyl.js b/common/content/dactyl.js index 29b0f88e..39564fb8 100644 --- a/common/content/dactyl.js +++ b/common/content/dactyl.js @@ -1444,7 +1444,9 @@ const Dactyl = Module("dactyl", { const addonListener = { onNewInstall: function (install) {}, - onDownloadStarted: function (install) {}, + onDownloadStarted: function (install) { + dactyl.echomsg("Add-on download started: " + (install.name || install.sourceURI.spec)); + }, onDownloadProgress: function (install) {}, onDownloadEnded: function (install) { dactyl.echomsg("Add-on download complete: " + (install.name || install.sourceURI.spec));