Remove line number printing in the test application 51/98351/1
authorDoHyun Pyun <dh79.pyun@samsung.com>
Thu, 17 Nov 2016 06:19:19 +0000 (15:19 +0900)
committerDoHyun Pyun <dh79.pyun@samsung.com>
Thu, 17 Nov 2016 06:19:19 +0000 (15:19 +0900)
Change-Id: I48e8620e6a03b897c0dcbb813bb912b8089fb12b
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
packaging/bluetooth-frwk.spec
test/bluetooth-frwk-test.c

index 740fb36..cbff620 100644 (file)
@@ -4,7 +4,7 @@
 
 Name:       bluetooth-frwk
 Summary:    Bluetooth framework for BlueZ and Obexd. This package is Bluetooth framework based on BlueZ and Obexd stack.
-Version:    0.2.152
+Version:    0.2.153
 Release:    1
 Group:      Network & Connectivity/Bluetooth
 License:    Apache-2.0
index db832e6..efbfb61 100644 (file)
@@ -40,7 +40,7 @@ bluetooth_device_address_t searched_device = { {0} };
 #define DISCOVER_TIMEOUT 20
 #define DISCOVER_CANCEL_INTERVAL 3
 
-#define PRT(format, args...) printf("%s:%d() "format, __FUNCTION__, __LINE__, ##args)
+#define PRT(format, args...) printf("%s:() "format, __FUNCTION__, ##args)
 #define TC_PRT(format, args...) PRT(format"\n", ##args)
 
 #define TC_PASS 1