[gnome-ostree] autobuilder: Print when we get a queued force resolve



commit e99d706d689038157add6a95b6f69a25d0046e6c
Author: Colin Walters <walters verbum org>
Date:   Sun Feb 24 06:20:49 2013 -0500

    autobuilder: Print when we get a queued force resolve
    
    For debugging.

 src/js/builtins/autobuilder.js |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/src/js/builtins/autobuilder.js b/src/js/builtins/autobuilder.js
index bf479b4..b22710b 100644
--- a/src/js/builtins/autobuilder.js
+++ b/src/js/builtins/autobuilder.js
@@ -144,7 +144,9 @@ const Autobuilder = new Lang.Class({
        for (let i = 0; i < srcUrls.length; i++) {
            let matches = snapshot.getMatchingSrc(srcUrls[i]);
            for (let j = 0; j < matches.length; j++) {
-               this._queuedForceResolve.push.apply(this._queuedForceResolve, matches[i]['name']);
+               let name = matches[i]['name'];
+               this._queuedForceResolve.push.apply(this._queuedForceResolve, name);
+               print("Queued force resolve for " + name);
            }
        }
        this._runResolve();


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