do not log read default config location
This commit is contained in:
parent
693fbc6b02
commit
5cf072c16f
|
@ -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
|
||||
|
|
|
@ -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 );
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user