Remove a stray space

This commit is contained in:
Andrew Ruthven 2022-12-14 20:24:41 +13:00
parent d93a5196b8
commit 513db6b8d1

View File

@ -1248,7 +1248,7 @@ EOSQL;
foreach( $lines AS $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.
$lines = preg_split( '#[\r\n]+#', $message);
foreach( $lines AS $v ) {