Fixed print_message() when out of memory.
authorIain Patterson <me@iain.cx>
Sat, 28 Dec 2013 16:33:38 +0000 (16:33 +0000)
committerIain Patterson <me@iain.cx>
Sat, 28 Dec 2013 17:12:13 +0000 (17:12 +0000)
We were passing NSSM_EVENT_OUT_OF_MEMORY to print_message() but
print_message() expects printf-style message strings and NSSM_EVENT_*
strings use %1, %2 etc.  Instead we now use the new message
NSSM_MESSAGE_OUT_OF_MEMORY when printing memory errors to the console.


No differences found