update comment for completed untar

This commit is contained in:
Stephen Birarda 2016-04-12 12:04:27 -07:00
parent 8850ebd158
commit c7d184ad6b

View file

@ -587,7 +587,7 @@ function maybeInstallDefaultContentSet(onComplete) {
req.pipe(gunzip).pipe(tar.extract(getRootHifiDataDirectory())).on('error', extractError).on('finish', function(){
// response and decompression complete, return
console.log("Done", arguments);
console.log("Finished unarchiving home content set");
sendStateUpdate('complete');
});