[ARVADOS] updated: db0472215ce261406503d7336006bcd64c9feacd

git at public.curoverse.com git at public.curoverse.com
Thu Oct 16 16:39:57 EDT 2014


Summary of changes:
 services/crunchstat/crunchstat.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  db0472215ce261406503d7336006bcd64c9feacd (commit)
      from  a5ec4164873e4972aaaf943e48603daa61a044b7 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit db0472215ce261406503d7336006bcd64c9feacd
Author: Tom Clegg <tom at curoverse.com>
Date:   Thu Oct 16 16:39:18 2014 -0400

    3826: Reverse fields in "stat not found" warning.

diff --git a/services/crunchstat/crunchstat.go b/services/crunchstat/crunchstat.go
index 855e115..1531ec3 100644
--- a/services/crunchstat/crunchstat.go
+++ b/services/crunchstat/crunchstat.go
@@ -103,7 +103,7 @@ func OpenStatFile(stderr chan<- string, cgroup Cgroup, statgroup string, stat st
 		// [b] after all contained processes have exited.
 		reportedStatFile[stat] = path
 		if path == "" {
-			stderr <- fmt.Sprintf("crunchstat: did not find stats file (root %s, parent %s, cid %s, statgroup %s, stat %s)", cgroup.root, cgroup.parent, cgroup.cid, statgroup, stat)
+			stderr <- fmt.Sprintf("crunchstat: did not find stats file: stat %s, statgroup %s, cid %s, parent %s, root %s", stat, statgroup, cgroup.cid, cgroup.parent, cgroup.root)
 		} else {
 			stderr <- fmt.Sprintf("crunchstat: reading stats from %s", path)
 		}

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list