### Eclipse Workspace Patch 1.0
#P bio.logis_portal
Index: sites/all/modules/contrib/themekey/themekey.module
===================================================================
--- sites/all/modules/contrib/themekey/themekey.module	(revision 2007)
+++ sites/all/modules/contrib/themekey/themekey.module	(working copy)
@@ -236,11 +236,11 @@
  */
 function themekey_set_debug_message($msg, $placeholder = array(), $translate = TRUE) {
   static $msg_stack = array();
-  global $user;
+  global $user, $theme;
 
   if (1 == $user->uid || variable_get('themekey_debug_non_admin_users', FALSE)) {
     if ('flush' == $msg) {
-      $messages = array();
+      $messages = array(t('Current theme: %theme', array('%theme' => $theme)));
       foreach ($msg_stack as $key => $msg) {
         $messages[] = $msg['translate'] ? t($msg['msg'], $msg['placeholder']) : $msg['msg'];
         unset($msg_stack[$key]);
