diff options
author | Lukas Larsson <[email protected]> | 2018-06-05 10:32:38 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2018-06-05 10:32:38 +0200 |
commit | bc50c1e4e0d7deaae19804964760d4ffa1e13cbb (patch) | |
tree | 21f0db5c5832d53be4c8824812b79017492d5395 /erts/etc/unix | |
parent | cfd29269fa1bbcf16ef38273e6f0c91d727f8c06 (diff) | |
download | otp-bc50c1e4e0d7deaae19804964760d4ffa1e13cbb.tar.gz otp-bc50c1e4e0d7deaae19804964760d4ffa1e13cbb.tar.bz2 otp-bc50c1e4e0d7deaae19804964760d4ffa1e13cbb.zip |
erts: Fix emulator log messages to use erlang:system_time
This was changed in the logger in 8aa64c90ddd20ec0ca8cc5fe92a6124324c51da5.
Diffstat (limited to 'erts/etc/unix')
-rw-r--r-- | erts/etc/unix/etp-commands.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/erts/etc/unix/etp-commands.in b/erts/etc/unix/etp-commands.in index 39e378193a..5b89621733 100644 --- a/erts/etc/unix/etp-commands.in +++ b/erts/etc/unix/etp-commands.in @@ -1346,7 +1346,6 @@ define etp-sigq-int else if $etp_sig_save_last && *$etp_sig_save_last == $etp_sig printf " %% <== SAVED_LAST" - else end end if $etp_sig_next |