From aa9fc1d4532917579e6cc465a1a3a4a67762f5ab Mon Sep 17 00:00:00 2001 From: "giwoong.kim" Date: Wed, 14 Mar 2012 21:33:53 +0900 Subject: [PATCH] [Title] modified comments [Type] [Module] [Priority] [Jira#] [Redmine#] [Problem] [Cause] [Solution] [TestCase] --- tizen/src/sdb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tizen/src/sdb.c b/tizen/src/sdb.c index ecfe59b..3ec04bb 100644 --- a/tizen/src/sdb.c +++ b/tizen/src/sdb.c @@ -309,7 +309,7 @@ void sdb_setup(void) } if( tizen_base_port != port ){ - ERR( "sdb port is miss match. Aborting\n" ); + ERR( "sdb port is miss match. Aborting (tizen_base_port=%d, port=%d)\n", tizen_base_port, port); exit(1); } -- 2.7.4