Commit 28439cac authored by Andreas Gustafsson's avatar Andreas Gustafsson Committed by popcornmix
Browse files

Fix one more log message ending in two newlines.

parent bf844d64
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3153,7 +3153,7 @@ vchiq_pause_internal(VCHIQ_STATE_T *state)
		break;
	default:
		vchiq_log_error(vchiq_core_log_level,
			"vchiq_pause_internal in state %s\n",
			"vchiq_pause_internal in state %s",
			conn_state_names[state->conn_state]);
		status = VCHIQ_ERROR;
		VCHIQ_STATS_INC(state, error_count);