ifx: Separate AT command from multiplexer debug setting

This commit is contained in:
Marcel Holtmann 2010-10-17 14:50:45 +02:00
parent ca3a4cabec
commit 56480ba582
1 changed files with 1 additions and 1 deletions

View File

@ -401,7 +401,7 @@ static void setup_internal_mux(struct ofono_modem *modem)
if (!data->mux)
goto error;
if (getenv("OFONO_AT_DEBUG"))
if (getenv("OFONO_MUX_DEBUG"))
g_at_mux_set_debug(data->mux, ifx_debug, "MUX: ");
g_at_mux_start(data->mux);