The following commit has been merged in the master branch:
commit 11a9d8b68999292cf59d146e9e3cc7938ded0b0b
Author: andrei zavada <[email protected]>
Date: Tue Oct 23 19:22:28 2012 +0300
output "common timeline" in same stream in populate_1
diff --git a/src/ui/ed-populate.cc b/src/ui/ed-populate.cc
index 33b6989..8c6660f 100644
--- a/src/ui/ed-populate.cc
+++ b/src/ui/ed-populate.cc
@@ -403,8 +403,8 @@ populate_1()
calculate_profile_scale();
printf( "SExpDesignUI::populate_1(): common timeline:\n");
- fputs( asctime( localtime(&earliest_start)), stderr);
- fputs( asctime( localtime(&latest_end)), stderr);
+ fputs( asctime( localtime(&earliest_start)), stdout);
+ fputs( asctime( localtime(&latest_end)), stdout);
tl_left_margin = tl_right_margin = 0;
--
Sleep experiment manager
_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit