The following commit has been merged in the master branch:
commit de4143d6f8aa93815728dd1d45b1f89581e60478
Author: andrei zavada <[email protected]>
Date: Thu Oct 4 17:20:15 2012 +0300
unencumber some messages appearing in tree scan dialog
diff --git a/src/expdesign/primaries-tree-scanner.cc
b/src/expdesign/primaries-tree-scanner.cc
index 5cd8699..c4b62eb 100644
--- a/src/expdesign/primaries-tree-scanner.cc
+++ b/src/expdesign/primaries-tree-scanner.cc
@@ -196,11 +196,11 @@ register_intree_source( sigfile::CSource&& F,
switch ( J->measurements[F.session()].add_one(
move(F), fft_params, mc_params) ) { // this
will do it
case AGH_EPSEQADD_OVERLAP:
- log_message(
"CExpDesign::register_intree_source(\"%s\"): not added as it overlaps with
existing episodes\n",
+ log_message( "%s: not added as it overlaps with
existing episodes\n",
F.filename());
return -1;
case AGH_EPSEQADD_TOOFAR:
- log_message(
"CExpDesign::register_intree_source(\"%s\"): not added as it is too far removed
from the rest\n",
+ log_message( "%s: not added as it is too far removed
from the rest\n",
F.filename());
return -1;
default:
--
Sleep experiment manager
_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit