Index: /issm/trunk-jpl/src/m/plot/googlemaps.m
===================================================================
--- /issm/trunk-jpl/src/m/plot/googlemaps.m	(revision 21723)
+++ /issm/trunk-jpl/src/m/plot/googlemaps.m	(revision 21724)
@@ -133,4 +133,5 @@
 %If not gdal, exit
 if status~=0,
+	disp(result);
 	disp('googlemaps info: gdal not found or not working properly, the Google image will not be transformed');
 	[gX gY]=meshgrid(ulx:ulx+size(final,2)-1,uly:-1:uly-size(final,1)+1);
@@ -155,4 +156,5 @@
 %If previous command failed, exit
 if ~isempty(strfind(result,'ERROR')),
+	disp(result);
 	disp(' ');disp('googlemaps info: gdal not working properly (missing proj.4 library?), Google image will not be transformed');
 	disp(result);
