Bugfix: multiple line string constant

This commit is contained in:
Ralph Lange
2002-01-09 15:28:55 +00:00
parent 918531ed6f
commit ffbc01bdb2

View File

@@ -92,8 +92,8 @@ cacChannel *dbServiceIO::createChannel (
}
else if ( ! ca_preemtive_callback_is_enabled () ) {
errlogPrintf (
"dbServiceIO: preemptive callback required for
\n memory interfacing of CA channels to the DB\n" );
"dbServiceIO: preemptive callback required for\n"
" memory interfacing of CA channels to the DB\n" );
return 0;
}
else {