Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[fix] Add feedback when streaming build logs are done, fixes #495
  • Loading branch information
julianduque committed May 21, 2014
1 parent d58ebdb commit b5650b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/jitsu/package.js
Expand Up @@ -440,7 +440,7 @@ package.updateTarball = function (version, pkg, existing, firstSnapshot, callbac
error.result = { error: res.trailers['x-build-failure'].toString() };
return callback(error);
}
jitsu.log.silly('Done creating snapshot ' + version.magenta);
jitsu.log.info('Done creating snapshot ' + version.magenta);
callback(null, version, pkg);
});
});
Expand Down

0 comments on commit b5650b0

Please sign in to comment.