shadowm

Untitled

May 19th, 2014
312
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.92 KB | None | 0 0
  1. 22:37:57 wesnoth@website:~/addons-unpacked$ find 1.12 -name \*.cfg -print0 | xargs -0 egrep '(\[wml_message\]|\{(DEBUG|LOG|WARNING|ERROR) )'
  2. 1.12/Chaos_Maps/macros/AI.cfg: #{ERROR _"Turn 1: Disabling attack number $j, $tmp_units[$i].id"}
  3. 1.12/Chaos_Maps/macros/AI.cfg: #{ERROR _"Turn 1 end: Enabling attack number $j, $tmp_units[$i].id"}
  4. 1.12/Chaos_Maps/macros/AI.cfg: #{ERROR _"Attack: Enabling attack number $j, $second_unit.id"}
  5. 1.12/Chaos_Maps/macros/AI.cfg: #{ERROR _"Attack end: Disabling attack number $j, $second_unit.id"}
  6. 1.12/Conquest-/utils2/unit_utils.cfg: [wml_message]
  7. 1.12/Conquest-/utils1/glob_macros1.cfg: [wml_message]
  8. 1.12/Conquest-/components/misc.cfg: [wml_message]
  9. 1.12/Conquest-/components/misc.cfg: [wml_message]
  10. 1.12/Conquest-/components/unit_spawns.cfg: [wml_message]
  11. 1.12/Trinity/utils/cannons.cfg: # This appears to work, commenting out the {DEBUG stuff
  12. 1.12/Trinity/utils/cannons.cfg: # {DEBUG "Going to consider [have_location]..."}
  13. 1.12/Trinity/utils/cannons.cfg: # {DEBUG "[have_location] has triggered"}
  14. 1.12/Trinity/utils/cannons.cfg: # {DEBUG "length = $prey_locations.length| and i_temp = $i_temp|"}
  15. 1.12/Trinity/utils/cannons.cfg: # {DEBUG "x = $prey_locations[$i_temp].x"}
  16. 1.12/Trinity/utils/cannons.cfg: # {DEBUG "A $prey_temp.type| named $prey_temp.id| has been stored"}
  17. 1.12/Trinity/utils/cannons.cfg: # {DEBUG "$prey_temp.name has been chosen"}
  18. 1.12/Trinity/utils/cannons.cfg: # {DEBUG "...didn't trigger"}
  19. 1.12/Trinity/utils/cannons.cfg: # {DEBUG "tar_count=$tar_count| and x,y=$target_x1,$target_y1|"}
  20. 1.12/Invasion_from_the_Unknown/base-workarounds.cfg:# {LOG ("internal foo!")}
  21. 1.12/Invasion_from_the_Unknown/base-workarounds.cfg:# {LOG ("internal bar!")}
  22. 1.12/Invasion_from_the_Unknown/base-workarounds.cfg: {ERROR ("[IftU - engine workaround] "+{_MSG})}
  23. 1.12/Invasion_from_the_Unknown/base-workarounds.cfg: {WARNING ("[IftU - engine workaround] "+{_MSG})}
  24. 1.12/Invasion_from_the_Unknown/base-workarounds.cfg: {LOG ("[IftU - engine workaround] "+{_MSG})}
  25. 1.12/Invasion_from_the_Unknown/base-workarounds.cfg: {DEBUG ("[IftU - engine workaround] "+{_MSG})}
  26. 1.12/Invasion_from_the_Unknown/base-debug.cfg: {ERROR ("[IftU] "+{_MSG})}
  27. 1.12/Invasion_from_the_Unknown/base-debug.cfg: {WARNING ("[IftU] "+{_MSG})}
  28. 1.12/Invasion_from_the_Unknown/base-debug.cfg: {WARNING ("[IftU] "+{_MSG})}
  29. 1.12/Invasion_from_the_Unknown/base-debug.cfg: {LOG ("[IftU] "+{_MSG})}
  30. 1.12/Invasion_from_the_Unknown/base-debug.cfg: {DEBUG ("[IftU] "+{_MSG})}
  31. 1.12/Invasion_from_the_Unknown/base-debug.cfg: {LOG ({_MSG})}
  32. 1.12/NX-RPG/macros/debug-utils.cfg: {ERROR ("[NX] "+{_MSG})}
  33. 1.12/NX-RPG/macros/debug-utils.cfg: {WARNING ("[NX] "+{_MSG})}
  34. 1.12/NX-RPG/macros/debug-utils.cfg: {WARNING ("[NX] "+{_MSG})}
  35. 1.12/NX-RPG/macros/debug-utils.cfg: {LOG ("[NX] "+{_MSG})}
  36. 1.12/NX-RPG/macros/debug-utils.cfg: {DEBUG ("[NX] "+{_MSG})}
  37. 1.12/Archaic_Era/units/phantom/Tomb_Shade.cfg: # [wml_message]
  38. 1.12/Settlers_of_Wesnoth/utils/sow_debug.cfg: [wml_message]
  39. 1.12/Settlers_of_Wesnoth/utils/sow_debug.cfg: [wml_message]
  40. 1.12/After_the_Storm/base-debug.cfg: {ERROR ("[AtS] "+{_MSG})}
  41. 1.12/After_the_Storm/base-debug.cfg: {WARNING ("[AtS] "+{_MSG})}
  42. 1.12/After_the_Storm/base-debug.cfg: {WARNING ("[AtS] "+{_MSG})}
  43. 1.12/After_the_Storm/base-debug.cfg: {LOG ("[AtS] "+{_MSG})}
  44. 1.12/After_the_Storm/base-debug.cfg: {DEBUG ("[AtS] "+{_MSG})}
Advertisement
Add Comment
Please, Sign In to add comment