Skip to content

Commit

Permalink
Merge pull request #30 from nodejitsu/log-args
Browse files Browse the repository at this point in the history
[minor] Log aeternum arguments.
  • Loading branch information
jcrugzz committed Sep 3, 2013
2 parents c985a96 + b58e554 commit be1ec2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/solenoid.js
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,7 @@ var startApp = exports.startApp = function startApp(options, callback) {
], done);
}

logger.info('Spawn: ' + args.join(' '));
child = spawn('aeternum', args, {
cwd: path.join(options.snapshotPath, 'package'),
env: env,
Expand Down

0 comments on commit be1ec2c

Please sign in to comment.