Browse Source

*** empty log message ***

Cary Sandvig 25 years ago
parent
commit
31f92c47ac
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/ffi/generatePythonCode

+ 1 - 1
direct/src/ffi/generatePythonCode

@@ -67,7 +67,7 @@ for opt in opts:
         print helpString
         sys.exit()
     elif (flag == '-v'):
-        FFIConstants.notify.setVerbose(1)
+        FFIConstants.notify.setInfo(1)
     elif (flag == '-d'):
         outputDir = value
     elif (flag == '-e'):