control: Output abandoned mirror state

This commit is contained in:
nick
2013-08-13 12:29:53 +01:00
parent 45355666f7
commit 7128fcc901

View File

@@ -275,6 +275,8 @@ void control_write_mirror_response( enum mirror_state mirror_state, int client_f
case MS_FAIL_SIZE_MISMATCH:
write_socket( "1: Remote size does not match local size" );
break;
case MS_ABANDONED:
write_socket( "1: Mirroring abandoned" );
case MS_GO:
case MS_DONE: /* Yes, I know we know better, but it's simpler this way */
write_socket( "0: Mirror started" );