it works!!!!
[org.ibex.core.git] / src / org / ibex / Main.java
index bfc2abd..267f706 100644 (file)
@@ -58,7 +58,8 @@ public class Main {
                     else if (opt.equals("info")) Log.level = Log.INFO;
                     else if (opt.equals("warn")) Log.level = Log.WARN;
                     else if (opt.equals("error")) Log.level = Log.ERROR;
-                    else if (opt.equals("error")) Log.level = Log.SILENT;
+                    else if (opt.equals("silent")) Log.level = Log.SILENT;
+                    else if (opt.equals("rpc")) Log.rpc = true;
                     else Log.file(opt);
                 }
             }