X-Git-Url: https://git.openstreetmap.org/potlatch2.git/blobdiff_plain/0cf41e93e4eb93ad87dc99547c7516d3579fd9d3..ffe3474fc2f3426b5a8f9c909ea5632b93295120:/net/systemeD/potlatch2/utils/Importer.as diff --git a/net/systemeD/potlatch2/utils/Importer.as b/net/systemeD/potlatch2/utils/Importer.as index 263dacb7..665e627f 100644 --- a/net/systemeD/potlatch2/utils/Importer.as +++ b/net/systemeD/potlatch2/utils/Importer.as @@ -42,9 +42,9 @@ package net.systemeD.potlatch2.utils { } protected function fileLoaded(e:Event,filenum:uint):void { - trace("loaded file "+filenum); files[filenum]=e.target.data; filesloaded++; + trace("loaded file "+filenum+" ("+filesloaded+"/"+filenames.length+")"); if (filesloaded==filenames.length) { var action:CompositeUndoableAction = new CompositeUndoableAction("Import layer "+connection.name); doImport(action.push);