public
Description: Phusion Passenger (mod_rails)
Homepage: http://www.modrails.com/
Clone URL: git://github.com/FooBarWidget/passenger.git
Search Repo:
Click here to lend your support to: passenger and make a donation at www.pledgie.com !
Add forgotten newline to 'Cannot initialize Passenger' error message.
Hongli Lai (Phusion) (author)
Sun Apr 20 03:44:26 -0700 2008
commit  81a485007231a067c1d4e0e4088520a9a3863710
tree    a5f4d0b235ac8c2583886375a82e3ef286df6366
parent  ab5bc9528509c7f8991ff6506cfc0a5dc13d2467
...
356
357
358
359
 
360
361
362
...
356
357
358
 
359
360
361
362
0
@@ -356,7 +356,7 @@
0
       applicationPool->setMax(config->maxPoolSize);
0
       applicationPool->setMaxIdleTime(config->poolIdleTime);
0
     } catch (const exception &e) {
0
- fprintf(stderr, "*** Cannot initialize Passenger: %s", e.what());
0
+ fprintf(stderr, "*** Cannot initialize Passenger: %s\n", e.what());
0
       fflush(stderr);
0
       abort();
0
     }

Comments

    No one has commented yet.