[Title] modified comments
authorgiwoong.kim <giwoong.kim@samsung.com>
Wed, 14 Mar 2012 12:33:53 +0000 (21:33 +0900)
committergiwoong.kim <giwoong.kim@samsung.com>
Wed, 14 Mar 2012 12:33:53 +0000 (21:33 +0900)
[Type]
[Module]
[Priority]
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

tizen/src/sdb.c

index ecfe59b..3ec04bb 100644 (file)
@@ -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);
        }