diff --git a/extensions/webrtc/api/hook.rb b/extensions/webrtc/api/hook.rb index 03d24f6f4..69021f9e0 100644 --- a/extensions/webrtc/api/hook.rb +++ b/extensions/webrtc/api/hook.rb @@ -85,7 +85,7 @@ module BeEF } } if (peerid == null) { - console.log('received a peer message, but, we are already setup?'); + beef.debug('received a peer message, but, we are already setup?'); } else { beefrtcs[peerid].processMessage( JSON.stringify(#{output})