From 4ac8a59a3b4245da46fb7198e15fe52d3300c9e3 Mon Sep 17 00:00:00 2001
From: deuce <>
Date: Fri, 16 Mar 2018 01:39:02 +0000
Subject: [PATCH] Terminate string.

---
 exec/load/binkp.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/exec/load/binkp.js b/exec/load/binkp.js
index 102dbd1cb1..3db2d21de5 100644
--- a/exec/load/binkp.js
+++ b/exec/load/binkp.js
@@ -643,7 +643,7 @@ BinkP.prototype.session = function()
 	while(!js.terminated && this.sock !== undefined) {
 		// We want to wait if we have no more files to send or if we're
 		// skipping files.
-log(LOG_DEBUG, "Loop: senteob='"+this.senteob+"', sentempty='"+this.sentempty+"', goteob='"+this.goteob+"', gotempty='"+this.gotempty+"', pending_ack.length='"+this.pending_ack.length+"', receiving undefined = '"+(this.receiving === undefined)+"');
+log(LOG_DEBUG, "Loop: senteob='"+this.senteob+"', sentempty='"+this.sentempty+"', goteob='"+this.goteob+"', gotempty='"+this.gotempty+"', pending_ack.length='"+this.pending_ack.length+"', receiving undefined = '"+(this.receiving === undefined)+"'");
 		cur_timeout = 0;
 		if (this.senteob)
 			cur_timeout = this.timeout;
-- 
GitLab