mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-31 03:34:18 +00:00
Remove a stray space
This commit is contained in:
parent
d93a5196b8
commit
513db6b8d1
@ -1248,7 +1248,7 @@ EOSQL;
|
|||||||
foreach( $lines AS $v ) {
|
foreach( $lines AS $v ) {
|
||||||
dbg_error_log( "LOG headers", "-->%s", $v );
|
dbg_error_log( "LOG headers", "-->%s", $v );
|
||||||
}
|
}
|
||||||
dbg_error_log( "LOG ", "******************** Response ********************" );
|
dbg_error_log( "LOG", "******************** Response ********************" );
|
||||||
// Log the request in all it's gory detail.
|
// Log the request in all it's gory detail.
|
||||||
$lines = preg_split( '#[\r\n]+#', $message);
|
$lines = preg_split( '#[\r\n]+#', $message);
|
||||||
foreach( $lines AS $v ) {
|
foreach( $lines AS $v ) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user