[MINOR] Add down termination condition

If a connection is closed by because the backend became unavailable
then log 'D' as the termination condition.

Signed-off-by: Simon Horman <horms@verge.net.au>
diff --git a/src/log.c b/src/log.c
index 58d884a..02b6b20 100644
--- a/src/log.c
+++ b/src/log.c
@@ -52,7 +52,7 @@
 	"Jul", "Aug", "Sep", "Oct", "Nov", "Dec"
 };
 
-const char sess_term_cond[8]  = "-cCsSPRI";	/* normal, CliTo, CliErr, SrvTo, SrvErr, PxErr, Resource, Internal */
+const char sess_term_cond[9]  = "-cCsSPRID";	/* normal, CliTo, CliErr, SrvTo, SrvErr, PxErr, Resource, Internal, Down */
 const char sess_fin_state[8]  = "-RCHDLQT";	/* cliRequest, srvConnect, srvHeader, Data, Last, Queue, Tarpit */
 
 /*