diff options
author | Steve Kondik <shade@chemlab.org> | 2010-01-25 01:18:30 -0500 |
---|---|---|
committer | ctso <ctsoyars@gmail.com> | 2010-06-23 21:56:32 +0000 |
commit | 9078e77ad95198ee4829951144df05c8ebe4fb2c (patch) | |
tree | da0b672b2fa52625fe0a4b8ea84a6e5715e3eb6f /cmds | |
parent | 520502265dfd6c0c46106890a30290fd10583997 (diff) | |
download | frameworks_base-9078e77ad95198ee4829951144df05c8ebe4fb2c.zip frameworks_base-9078e77ad95198ee4829951144df05c8ebe4fb2c.tar.gz frameworks_base-9078e77ad95198ee4829951144df05c8ebe4fb2c.tar.bz2 |
Remove debug statement.
Diffstat (limited to 'cmds')
-rw-r--r-- | cmds/installd/commands.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmds/installd/commands.c b/cmds/installd/commands.c index 82dd5eb..cce7c13 100644 --- a/cmds/installd/commands.c +++ b/cmds/installd/commands.c @@ -21,7 +21,6 @@ int install(const char *pkgname, uid_t uid, gid_t gid) char pkgdir[PKG_PATH_MAX]; char libdir[PKG_PATH_MAX]; - LOGI("installer: dir: %s pkg: %s", pkgdir, pkgname); if ((uid < AID_SYSTEM) || (gid < AID_SYSTEM)) { LOGE("invalid uid/gid: %d %d\n", uid, gid); return -1; |