mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-09 17:26:03 +00:00
Fix typo in log message: Invaid -> Invalid
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8036 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
8e5b21a1c9
commit
58e0ac0584
@ -641,7 +641,7 @@ SWITCH_STANDARD_APP(fifo_function)
|
||||
} else if (!strcasecmp(strat_str, "waiting_longer")) {
|
||||
strat = STRAT_WAITING_LONGER;
|
||||
} else {
|
||||
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "Invaid strategy\n");
|
||||
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "Invalid strategy\n");
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user