Skip to content

Commit

Permalink
fix: update moonraker log path in TheConnectingDialog.vue (#1909)
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Dej <meteyou@gmail.com>
  • Loading branch information
meteyou committed Jun 14, 2024
1 parent 421d2b1 commit b75f842
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/TheConnectingDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
<v-divider class="my-3"></v-divider>
<p>{{ $t('ConnectionDialog.CheckMoonrakerLog') }}</p>
<ul>
<li>~/klipper_logs/moonraker.log</li>
<li>/tmp/moonraker.log</li>
<li>~/printer_data/logs/moonraker.log</li>
</ul>
<v-divider class="mt-4 mb-5"></v-divider>
</template>
Expand Down

0 comments on commit b75f842

Please sign in to comment.