From ec1c7925c04c55c657e8f2ff603e871d0775172d Mon Sep 17 00:00:00 2001 From: ericrius1 Date: Thu, 18 Feb 2016 12:02:22 -0800 Subject: [PATCH] updated logging --- examples/audioExamples/injectorLoadTest.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/audioExamples/injectorLoadTest.js b/examples/audioExamples/injectorLoadTest.js index d394e3a49b..35e3e07868 100644 --- a/examples/audioExamples/injectorLoadTest.js +++ b/examples/audioExamples/injectorLoadTest.js @@ -26,7 +26,7 @@ var testSound = SoundCache.getSound("https://s3-us-west-1.amazonaws.com/hifi-con if(!testSound.downloaded) { - print("EBL SOUND IS NOT READY YET") + print("SOUND IS NOT READY YET") testSound.ready.connect(function() { playSounds(); }); @@ -36,7 +36,7 @@ if(!testSound.downloaded) { } function playSounds() { - print("EBL PLAY SOUNDS!") + print("PLAY SOUNDS!") var numSounds = 45; for (var i = 0; i < numSounds; i++) { playSound();