Skip to content

Commit

Permalink
Fix typo in orchagent_restart_check from fasle to false. (sonic-net#923)
Browse files Browse the repository at this point in the history
Signed-off-by: Jipan Yang <jipan.yang@alibaba-inc.com>
  • Loading branch information
jipanyang authored and lguohan committed Jun 19, 2019
1 parent 52fdf1c commit e904451
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions orchagent/orchagent_restart_check.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ int main(int argc, char **argv)
swss::Logger::getInstance().setMinPrio(swss::Logger::SWSS_INFO);
SWSS_LOG_ENTER();

std::string skipPendingTaskCheck = "fasle";
std::string noFreeze = "fasle";
std::string skipPendingTaskCheck = "false";
std::string noFreeze = "false";
/* Default wait time is 1000 millisecond */
int waitTime = 1000;

Expand Down

0 comments on commit e904451

Please sign in to comment.