Update PiPedalModel.cpp
Correcting typo while trying to figure out what to do when the audio does not start the first time.
This commit is contained in:
@@ -3054,7 +3054,7 @@ void PiPedalModel::OnAlsaDriverTerminatedAbnormally()
|
||||
}
|
||||
++audioRestartRetries;
|
||||
} else {
|
||||
Lv2Log::error(SS("Unable to reastart audio."));
|
||||
Lv2Log::error(SS("Unable to restart audio."));
|
||||
|
||||
} });
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user