From 721e6b63714c90bb1de9c5bb4e6c62ef6fe5bb04 Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Thu, 6 Mar 2014 01:36:11 +0000 Subject: - sort peers and components to ensure consistent order --- contrib/log.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'contrib') diff --git a/contrib/log.php b/contrib/log.php index 4188800aa..a54052d3c 100644 --- a/contrib/log.php +++ b/contrib/log.php @@ -108,7 +108,8 @@ if ($start !== null || $stop !== null) { die(); } // echo $t1-$t0; - +ksort($peers); +ksort($comps); ?> -- cgit v1.2.3