diff --git a/src/cpu/cpu.cpp b/src/cpu/cpu.cpp index 2398fafa..29149972 100644 --- a/src/cpu/cpu.cpp +++ b/src/cpu/cpu.cpp @@ -1566,7 +1566,7 @@ void CPU_SET_CRX(Bitu cr,Bitu value) { GFX_SetTitle(CPU_CyclePercUsed,-1,false); if(!printed_cycles_auto_info) { printed_cycles_auto_info = true; - LOG_MSG("DOSBox switched to max cycles, because of the setting: cycles=auto. If the game runs too fast try a fixed cycles amount in DOSBox's options."); + LOG_MSG("DOSBox has switched to max cycles, because of the setting: cycles=auto.\nIf the game runs too fast, try a fixed cycles amount in DOSBox's options."); } } else { GFX_SetTitle(-1,-1,false);