java-gobject-introspection r162 - trunk/src/org/gnome/gir/compiler



Author: walters
Date: Sun Jan 25 17:47:11 2009
New Revision: 162
URL: http://svn.gnome.org/viewvc/java-gobject-introspection?rev=162&view=rev

Log:
Logging tweak

Modified:
   trunk/src/org/gnome/gir/compiler/CodeFactory.java

Modified: trunk/src/org/gnome/gir/compiler/CodeFactory.java
==============================================================================
--- trunk/src/org/gnome/gir/compiler/CodeFactory.java	(original)
+++ trunk/src/org/gnome/gir/compiler/CodeFactory.java	Sun Jan 25 17:47:11 2009
@@ -2210,7 +2210,7 @@
 			destFile = getJarPath(repo, namespace);
 			if (destFile == null)
 				return null;
-			logger.info("Will install to: " + destFile);
+			logger.info("=== Compiling " + destFile + " ===");
 		}
 
 		if (destFile.exists() && destFile.lastModified() > typelibLastModified) {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]