Browse Source

Less noise.

woollybah 6 years ago
parent
commit
b89d9507e6
1 changed files with 3 additions and 1 deletions
  1. 3 1
      bmk_config.bmx

+ 3 - 1
bmk_config.bmx

@@ -686,7 +686,9 @@ Function ParseApplicationIniFile:TMap()
 	Next
 	
 	If Not found Then
-		Print "Using defaults."
+		If opt_verbose Then
+			Print "Using defaults."
+		End If
 		Return DefaultApplicationSettings()
 	End If