[med-svn] [SCM] aghermann branch, master, updated. 4f7a3b774136ffffbaf9b05d90bd568347bc5461
andrei zavada
andrei.zavada at strikead.com
Fri Nov 16 00:50:04 UTC 2012
The following commit has been merged in the master branch:
commit de4143d6f8aa93815728dd1d45b1f89581e60478
Author: andrei zavada <andrei.zavada at strikead.com>
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
More information about the debian-med-commit
mailing list