diff --git a/rad.js b/rad.js index bdd39a18..136e79cb 100644 --- a/rad.js +++ b/rad.js @@ -1,5 +1,5 @@ ;(function(){ // RAD - console.log("Warning: Experimental rewrite of RAD to use Book. It is not API compatible with RAD yet and is very alpha."); + console.warn("Experimental rewrite of RAD to use Book. It is not API compatible with RAD yet and is very alpha."); var sT = setTimeout, Book = sT.Book || require('gun/src/book'), RAD = sT.RAD || (sT.RAD = function(opt){ opt = opt || {}; opt.file = String(opt.file || 'radata');