diff options
| -rw-r--r-- | src/core/hle/service/lm/lm.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/lm/lm.cpp b/src/core/hle/service/lm/lm.cpp index 93e1fde01..4e0b4ea09 100644 --- a/src/core/hle/service/lm/lm.cpp +++ b/src/core/hle/service/lm/lm.cpp | |||
| @@ -286,7 +286,7 @@ private: | |||
| 286 | } | 286 | } |
| 287 | } | 287 | } |
| 288 | 288 | ||
| 289 | std::string DestinationToString(LogDestination destination) { | 289 | static std::string DestinationToString(LogDestination destination) { |
| 290 | if (True(destination & LogDestination::All)) { | 290 | if (True(destination & LogDestination::All)) { |
| 291 | return "TargetManager | Uart | UartSleep"; | 291 | return "TargetManager | Uart | UartSleep"; |
| 292 | } | 292 | } |