Fix FSF address (Tobias Mueller, #470445)
[platform/upstream/evolution-data-server.git] / camel / camel-folder-thread.c
index c884045..39161a5 100644 (file)
@@ -15,8 +15,8 @@
  *
  * You should have received a copy of the GNU Lesser General Public
  * License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
  */
 
 /* TODO: This could probably be made a camel object, but it isn't really required */
@@ -478,7 +478,7 @@ thread_summary(CamelFolderThread *thread, GPtrArray *summary)
                if (references) {
                        int j;
 
-                       d(printf("references:\n"));
+                       d(printf("%s (%s) references:\n", G_STRLOC, G_STRFUNC); )
                        for (j=0;j<references->size;j++) {
                                /* should never be empty, but just incase */
                                if (references->references[j].id.id == 0)
@@ -486,7 +486,7 @@ thread_summary(CamelFolderThread *thread, GPtrArray *summary)
 
                                c = g_hash_table_lookup(id_table, &references->references[j]);
                                if (c == NULL) {
-                                       d(printf("not found\n"));
+                                       d(printf("%s (%s) not found\n", G_STRLOC, G_STRFUNC));
                                        c = e_memchunk_alloc0(thread->node_chunks);
                                        g_hash_table_insert(id_table, (void *)&references->references[j], c);
                                }