mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-17 21:03:16 +00:00
* Tools/SOGoToolUserPreferences.m:
use printf() instead of NSLog to print out user preferences.
Makes it easier to grep.
Monotone-Parent: 3896b9b187dfad2b01d68527f0411bd1a7cfe7b4
Monotone-Revision: f0fb54908898753faba576cb702431e4a761d814
Monotone-Author: jraby@inverse.ca
Monotone-Date: 2012-07-09T18:16:49
This commit is contained in:
@@ -161,7 +161,7 @@ typedef enum
|
||||
o = [source objectForKey: key];
|
||||
|
||||
if (o)
|
||||
NSLog(@"value for key \"%@\": %@", key, [o jsonRepresentation]);
|
||||
printf("%s: %s\n", [key UTF8String], [[o jsonRepresentation] UTF8String]);
|
||||
else
|
||||
NSLog(@"Value for key \"%@\" not found in %@", key, type);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user