=== modified file 'src/mountall.c'
--- a/src/mountall.c	2012-11-06 09:02:21 +0000
+++ b/src/mountall.c	2012-12-03 19:13:48 +0000
@@ -1515,7 +1515,14 @@
 	}
 
 	if (!mnt->pending_call)
+	{
+		if (!strcmp(mnt->type, "swap")) {
+			nih_info ("mounted event sent for swap %s", mnt->device);
+		} else {
+			nih_info ("mounted event sent for %s", mnt->mountpoint);
+		}
 		emit_event ("mounted", mnt, mounted_event_handled);
+	}
 
 	fsck_update ();
 }

