[gnome-ostree] build: Log the arguments to checkout too



commit d26e0bd2a0c73c50eaa7cb8abc8113e7afbd5099
Author: Colin Walters <walters verbum org>
Date:   Wed Mar 20 18:57:46 2013 -0400

    build: Log the arguments to checkout too
    
    Just useful for debugging.

 src/js/tasks/task-build.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/js/tasks/task-build.js b/src/js/tasks/task-build.js
index 24e8944..3db9117 100644
--- a/src/js/tasks/task-build.js
+++ b/src/js/tasks/task-build.js
@@ -480,7 +480,7 @@ const TaskBuild = new Lang.Class({
         if (patchdir) {
             childArgs.push('--patches-path=' + patchdir.get_path());
        }
-        ProcUtil.runSync(childArgs, cancellable);
+        ProcUtil.runSync(childArgs, cancellable, { logInitiation: true });
 
         GSystem.file_unlink(tempMetadataPath, cancellable);
 


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