Skip to content

Commit 1b35b97

Browse files
committed
Print out version with -Xtrace so we can know which jruby-launcher the trace came from
1 parent 5e943df commit 1b35b97

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

argparser.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,8 @@ bool ArgParser::initPlatformDir() {
127127
bool found = false;
128128
char path[PATH_MAX] = "";
129129

130+
logMsg("Version: " JRUBY_LAUNCHER_VERSION);
131+
130132
if (getenv("JRUBY_HOME") != NULL) {
131133
logMsg("initPlatformDir: using JRUBY_HOME environment variable");
132134
char sep[2] = { FILE_SEP, NULL };

0 commit comments

Comments
 (0)