summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortomsmeding <hallo@tomsmeding.nl>2015-10-23 14:32:59 +0200
committertomsmeding <hallo@tomsmeding.nl>2015-10-23 14:32:59 +0200
commit71bfef83636c60ef0f24a9583165c2d46fefe919 (patch)
treecf4ceb2954c94ba1ff17861fcd2a37d58f1a9c79
parenta559facf2ef4973377d324e05d6c388882347d44 (diff)
more cerr
-rw-r--r--player_mmbias.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/player_mmbias.cpp b/player_mmbias.cpp
index 2d3363a..3eb6945 100644
--- a/player_mmbias.cpp
+++ b/player_mmbias.cpp
@@ -63,6 +63,7 @@ int main(int,char **argv){
while(isdigit(*p))p--;
p++;
takeperc=strtol(p,NULL,10);
+ cerr<<"Using takeperc "<<takeperc<<endl;
}
Board bd;