aboutsummaryrefslogtreecommitdiff
path: root/host/commands/modem_simulator/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'host/commands/modem_simulator/main.cpp')
-rw-r--r--host/commands/modem_simulator/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/commands/modem_simulator/main.cpp b/host/commands/modem_simulator/main.cpp
index 8bfcd9719..41ab6ce54 100644
--- a/host/commands/modem_simulator/main.cpp
+++ b/host/commands/modem_simulator/main.cpp
@@ -63,7 +63,7 @@ int main(int argc, char** argv) {
auto config = cuttlefish::CuttlefishConfig::Get();
auto instance = config->ForDefaultInstance();
- auto modem_log_path = instance.PerInstancePath("modem_simulator.log");
+ auto modem_log_path = instance.PerInstanceLogPath("modem_simulator.log");
{
auto log_path = instance.launcher_log_path();