tasks/repoweb: Add a print message to show progress
This commit is contained in:
parent
f7cf900f40
commit
29e8505fab
@ -126,6 +126,7 @@ const TaskRepoweb = new Lang.Class({
|
||||
JsonUtil.writeJsonFileAtomic(this._repoWebPath.get_child('diff-' + revision + '.json'), diffData, cancellable);
|
||||
}
|
||||
|
||||
print("Generated data for " + revision);
|
||||
JsonUtil.writeJsonFileAtomic(commitDataOut, commitData, cancellable);
|
||||
|
||||
if (parent)
|
||||
|
Loading…
Reference in New Issue
Block a user