mirror of
https://github.com/nodejs/node-v0.x-archive.git
synced 2026-04-28 03:01:10 -04:00
Fix debug statement that was using puts instead of debug()
This commit is contained in:
@@ -568,7 +568,7 @@ function Client ( ) {
|
||||
|
||||
self.addListener("connect", function () {
|
||||
parser.reinitialize('response');
|
||||
sys.puts('requests: ' + sys.inspect(requests));
|
||||
debug('requests: ' + sys.inspect(requests));
|
||||
currentRequest = requests.shift()
|
||||
currentRequest.flush();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user