[Rinside-commits] r101 - pkg/src
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Wed Feb 17 21:34:29 CET 2010
Author: romain
Date: 2010-02-17 21:34:29 +0100 (Wed, 17 Feb 2010)
New Revision: 101
Modified:
pkg/src/RInside.cpp
Log:
get some more info about the problem
Modified: pkg/src/RInside.cpp
===================================================================
--- pkg/src/RInside.cpp 2010-02-13 03:34:26 UTC (rev 100)
+++ pkg/src/RInside.cpp 2010-02-17 20:34:29 UTC (rev 101)
@@ -225,8 +225,8 @@
}
} catch( std::exception& ex){
- fprintf(stderr,"%s: Error calling delayedAssign!\n",
- programName);
+ fprintf(stderr,"%s: Error calling delayedAssign!%s\n",
+ programName, ex.what() );
exit(1);
}
}
More information about the Rinside-commits
mailing list