Index: storm_quicktt.module
===================================================================
--- storm_quicktt.module	(revision 783)
+++ storm_quicktt.module	(working copy)
@@ -330,7 +330,6 @@
       $_SESSION['storm_quicktt_note_for_time'] = $node->body;
       node_save($node);
       variable_set('stormtimetracking_auto_duration', $old_stormtimetracking_auto_duration);
-      drupal_get_messages(); //Clear messages to display only the following one.
       if ($stop) {
         unset($_SESSION['storm_quicktt_ttid']);
       }
@@ -349,6 +348,9 @@
       $msg = t('Time spent too short and not recorded.');
     }
   }
+  
+  drupal_get_messages(); //Clear messages to display only the following one.
+  
   if ($show_msg) {
     drupal_set_message($msg);
   }
