do not log read default config location

This commit is contained in:
IgnorantGuru 2012-05-28 09:58:32 -06:00
parent 693fbc6b02
commit 5cf072c16f
2 changed files with 3 additions and 1 deletions

View File

@ -3,6 +3,7 @@
[devmon 1.1.1] unmount removed devices if mounted
mounted messages to stdout instead of stderr
[devmon 1.1.1] use pmount ahead of udisks; test executables
do not log read default config location
0.2.3 2012-05-27:
create /run/media/$USER on demand; add configure --with-setfacl-prog
corrected Arch Linux udevil-git AUR package overwriting udevil.conf

View File

@ -4012,7 +4012,8 @@ printf("\n-----------------------\n");
wlog( str, NULL, 0 );
g_free( str );
}
if ( config_msg )
if ( config_msg && strcmp( config_msg,
"udevil: read config /etc/udevil/udevil.conf\n" ) )
wlog( config_msg, NULL, strstr( config_msg, "warning:" ) ? 1 : 0 );
g_free( config_msg );