[gnome-ostree] autobuilder: Still print a message when we're queuing a force resolve



commit ed0f4cfa8a60bb7a982699bccca9abb14de4d387
Author: Colin Walters <walters verbum org>
Date:   Mon Jul 15 17:11:53 2013 -0400

    autobuilder: Still print a message when we're queuing a force resolve
    
    I still use this when logged in over ssh.

 src/js/builtins/autobuilder.js |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/js/builtins/autobuilder.js b/src/js/builtins/autobuilder.js
index d4afa6d..f185130 100644
--- a/src/js/builtins/autobuilder.js
+++ b/src/js/builtins/autobuilder.js
@@ -123,6 +123,7 @@ const Autobuilder = new Lang.Class({
     },
 
     queueResolve: function(srcUrls) {
+       print("Queuing force resolve for " + JSON.stringify(srcUrls));
         this._resolveSrcUrls.push.apply(srcUrls);
         this._runResolve();
     },


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]