Skip to content

Commit cb7fc2f

Browse files
Copilotpahearn73
andauthored
Fix review comments: remove debug printf and align BluetoothDeviceManager log indentation
Agent-Logs-Url: https://github.com/rdkcentral/entservices-connectivity/sessions/b66fef7a-daea-4691-9e74-101c021b2d3b Co-authored-by: pahearn73 <8170037+pahearn73@users.noreply.github.com>
1 parent 83fd636 commit cb7fc2f

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

Bluetooth/Bluetooth.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,6 @@ namespace WPEFramework
199199

200200
const string Bluetooth::Initialize(PluginHost::IShell* service)
201201
{
202-
printf("*** _DEBUG: Bluetooth::Initialize: Build 1\n");
203202
string message = "";
204203

205204
Register(METHOD_GET_API_VERSION_NUMBER, &Bluetooth::getApiVersionNumber, this);

Bluetooth/BluetoothDeviceManager.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -354,13 +354,13 @@ namespace WPEFramework {
354354
#else
355355
"disabled"
356356
#endif
357-
);
357+
);
358358

359-
LOGINFO("BLUETOOTH_PERSISTENT_FILE_PATH is '%s'",
359+
LOGINFO("BLUETOOTH_PERSISTENT_FILE_PATH is '%s'",
360360
#ifdef BLUETOOTH_PERSISTENT_FILE_PATH
361361
BLUETOOTH_PERSISTENT_FILE_PATH
362362
#else
363-
"unavailable"
363+
"unavailable"
364364
#endif
365365
);
366366

@@ -629,4 +629,4 @@ namespace WPEFramework {
629629
}
630630

631631
} // Plugin
632-
} // WPEFramework
632+
} // WPEFramework

0 commit comments

Comments
 (0)