String concatenation?

Just do this:

Serial.print("Loop ");
Serial.print(i);
Serial.println(" is done");