Skip to content

Commit

Permalink
Cosmetic change (phone => device)
Browse files Browse the repository at this point in the history
  • Loading branch information
pylerSM committed Mar 1, 2015
1 parent ec56cfe commit d45dd2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xposed.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ void printRomInfo() {

ALOGI("-----------------");
ALOGI("Starting Xposed binary version %s, compiled for SDK %d", XPOSED_VERSION, PLATFORM_SDK_VERSION);
ALOGI("Phone: %s (%s), Android version %s (SDK %s)", model, manufacturer, release, sdk);
ALOGI("Device: %s (%s), Android version %s (SDK %s)", model, manufacturer, release, sdk);
ALOGI("ROM: %s", rom);
ALOGI("Build fingerprint: %s", fingerprint);
ALOGI("Platform: %s, %d-bit binary, system server: %s", platform, bit, xposed->startSystemServer ? "yes" : "no");
Expand Down

0 comments on commit d45dd2f

Please sign in to comment.