It depends on what else you are doing. But IMHO concatenating two strings for output is a bad idea. Better output the two strings separately thus avoiding unnecessary use of RAM. Also: if you are using string constants you should learn about progmem.