Skip to content

Commit

Permalink
Minor log message change
Browse files Browse the repository at this point in the history
  • Loading branch information
maestroque committed Jun 24, 2024
1 parent 68df7a3 commit 045fe0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion physutils/physio.py
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ def plot_physio(self, *, ax=None):
ax : :class:`matplotlib.axes.Axes`
Axis with plotted `Physio.data`
"""
logger.debug(f"Plotting {self}")
logger.debug(f"Plotting {self.label}")
# generate x-axis time series
fs = 1 if np.isnan(self.fs) else self.fs
time = np.arange(0, len(self) / fs, 1 / fs)
Expand Down

0 comments on commit 045fe0f

Please sign in to comment.