Skip to content

Commit

Permalink
refs #42153, quit watchdog correctly.
Browse files Browse the repository at this point in the history
Change-Id: Ib52242a6b7e1e764e4470732a969d59486c9379f
Signed-off-by: Eric Wang <leiw@mozy.com>
Reviewed-on: https://gerrit.dechocorp.com/29454
Reviewed-by: Kevin Cai <kcai@vmware.com>
Reviewed-by: Jenkins <hudsonbuild@mozy.com>
  • Loading branch information
Eric Wang committed Feb 13, 2012
1 parent d5b199e commit 393e04e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mordor/daemon.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ static int watchdog(int argc, char** argv,
}
if (done) {
MORDOR_LOG_INFO(g_log) << "Watchdog stopped";
break;
return 0;
}
}
}
Expand Down

0 comments on commit 393e04e

Please sign in to comment.