diff options
| author | San Mehat <san@google.com> | 2009-07-01 22:44:48 -0700 |
|---|---|---|
| committer | The Android Open Source Project <initial-contribution@android.com> | 2009-07-01 22:44:48 -0700 |
| commit | 79258b8b5a74d804f877a03095d553bdd129cd9f (patch) | |
| tree | 57fe908149d116df932e210156651f6038864fd1 /vold | |
| parent | 2f0c41ec3c5f83a02a58242e175663bdd89a9467 (diff) | |
| parent | 9ad18f0576f1945419d31b56fea6987210521c35 (diff) | |
| download | system_core-79258b8b5a74d804f877a03095d553bdd129cd9f.zip system_core-79258b8b5a74d804f877a03095d553bdd129cd9f.tar.gz system_core-79258b8b5a74d804f877a03095d553bdd129cd9f.tar.bz2 | |
am 9ad18f05: vold: Kill logspam
Merge commit '9ad18f0576f1945419d31b56fea6987210521c35'
* commit '9ad18f0576f1945419d31b56fea6987210521c35':
vold: Kill logspam
Diffstat (limited to 'vold')
| -rw-r--r-- | vold/uevent.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/vold/uevent.c b/vold/uevent.c index cfb5786..66e70c5 100644 --- a/vold/uevent.c +++ b/vold/uevent.c @@ -272,8 +272,7 @@ static int handle_switch_event(struct uevent *event) else door_open = false; volmgr_safe_mode(low_batt || door_open); - } else - LOG_VOL("handle_switch_event(): Ignoring switch '%s'", name); + } return 0; } |
