Fixed the behavior of the user interface

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-open-widget@84406 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2013-10-25 17:48:56 +00:00 committed by Giancarlo Panichi
parent e028f24c5d
commit f19d65addf
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ public class TabResourcesSelectionPanel extends ContentPanel implements HasSelec
@Override
public void onSuccess(List<TabResource> result) {
Log.trace("loaded "+result.size()+" TabularResources");
Log.info("loaded "+result.size()+" TabularResources");
callback.onSuccess(new ListLoadResultBean<TabResource>(result));
}
});